Commit a8e75902 authored by Anton Ivanov's avatar Anton Ivanov Committed by Richard Weinberger

um: document arch_futex_atomic_op_inuser

arch_futex_atomic_op_inuser was not documented correctly
resulting in build time warnings.
Signed-off-by: default avatarAnton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 085bc003
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment