mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-17 08:24:34 -05:00
um: document arch_futex_atomic_op_inuser
arch_futex_atomic_op_inuser was not documented correctly resulting in build time warnings. Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
committed by
Richard Weinberger
parent
085bc003ba
commit
a8e75902f4
@@ -236,7 +236,9 @@ EXPORT_SYMBOL(strnlen_user);
|
||||
* argument and comparison of the previous
|
||||
* futex value with another constant.
|
||||
*
|
||||
* @encoded_op: encoded operation to execute
|
||||
* @op: operation to execute
|
||||
* @oparg: argument to operation
|
||||
* @oval: old value at uaddr
|
||||
* @uaddr: pointer to user space address
|
||||
*
|
||||
* Return:
|
||||
|
||||
Reference in New Issue
Block a user