Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anton Ivanov and committed by
Richard Weinberger
a8e75902 085bc003

+3 -1
+3 -1
arch/um/kernel/skas/uaccess.c
··· 236 236 * argument and comparison of the previous 237 237 * futex value with another constant. 238 238 * 239 - * @encoded_op: encoded operation to execute 239 + * @op: operation to execute 240 + * @oparg: argument to operation 241 + * @oval: old value at uaddr 240 242 * @uaddr: pointer to user space address 241 243 * 242 244 * Return: