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

Configure Feed

Select the types of activity you want to include in your feed.

futex: add missing function parameter comments

Correct or add the missing function parameter kernel-doc comments
to avoid warnings:

Warning: include/asm-generic/futex.h:38 function parameter 'op' not
described in 'futex_atomic_op_inuser_local'
Warning: include/asm-generic/futex.h:38 function parameter 'oparg' not
described in 'futex_atomic_op_inuser_local'
Warning: include/asm-generic/futex.h:38 function parameter 'oval' not
described in 'futex_atomic_op_inuser_local'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260304005008.409858-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Peter Zijlstra
0da9ca4c 3dcef70e

+3 -1
+3 -1
include/asm-generic/futex.h
··· 25 25 * argument and comparison of the previous 26 26 * futex value with another constant. 27 27 * 28 - * @encoded_op: encoded operation to execute 28 + * @op: operation to execute 29 + * @oparg: argument of the operation 30 + * @oval: previous value at @uaddr on successful return 29 31 * @uaddr: pointer to user space address 30 32 * 31 33 * Return: