diff options
author | Manfred Spraul <manfred@colorfullife.com> | 2020-06-08 06:40:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-08 20:05:56 +0200 |
commit | 01f39c1c11ee5bf44a1df49e47eb53a86515b9dc (patch) | |
tree | 84cf75f10c904079bab613912e5cb8b016ce3c83 /Documentation/admin-guide | |
parent | kernel: add panic_on_taint (diff) | |
download | linux-01f39c1c11ee5bf44a1df49e47eb53a86515b9dc.tar.xz linux-01f39c1c11ee5bf44a1df49e47eb53a86515b9dc.zip |
xarray.h: correct return code documentation for xa_store_{bh,irq}()
__xa_store() and xa_store() document that the functions can fail, and
that the return code can be an xa_err() encoded error code.
xa_store_bh() and xa_store_irq() do not document that the functions can
fail and that they can also return xa_err() encoded error codes.
Thus: Update the documentation.
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Matthew Wilcox <willy@infradead.org>
Link: http://lkml.kernel.org/r/20200430111424.16634-1-manfred@colorfullife.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/admin-guide')
0 files changed, 0 insertions, 0 deletions