Skip to content

Commit a8e7590

Browse files
kot-begemot-ukrichardweinberger
authored andcommitted
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>
1 parent 085bc00 commit a8e7590

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/um/kernel/skas/uaccess.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ EXPORT_SYMBOL(strnlen_user);
236236
* argument and comparison of the previous
237237
* futex value with another constant.
238238
*
239-
* @encoded_op: encoded operation to execute
239+
* @op: operation to execute
240+
* @oparg: argument to operation
241+
* @oval: old value at uaddr
240242
* @uaddr: pointer to user space address
241243
*
242244
* Return:

0 commit comments

Comments
 (0)