diff options
author | Anton Ivanov <anton.ivanov@cambridgegreys.com> | 2023-10-17 11:32:01 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-01-05 00:08:57 +0300 |
commit | a8e75902f4d7d342350ea3f79e3e65f2bbfa4c8d (patch) | |
tree | 7b0e65c55aea8747b9e76107144507839fd25674 /arch/um/kernel | |
parent | 085bc003baab8223b87649ee56aa0db05c33b5b8 (diff) | |
download | linux-a8e75902f4d7d342350ea3f79e3e65f2bbfa4c8d.tar.xz |
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>
Diffstat (limited to 'arch/um/kernel')
-rw-r--r-- | arch/um/kernel/skas/uaccess.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/um/kernel/skas/uaccess.c b/arch/um/kernel/skas/uaccess.c index aaee96f07172..198269e384c4 100644 --- a/arch/um/kernel/skas/uaccess.c +++ b/arch/um/kernel/skas/uaccess.c @@ -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: |