]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
futex: add missing function parameter comments
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 4 Mar 2026 00:50:03 +0000 (16:50 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Sun, 8 Mar 2026 10:06:47 +0000 (11:06 +0100)
commit0da9ca4c08e709144a1bd2f765c14205960ac64d
treeeb106598fc40ccb7106d2222be7c6900fe2ee8cf
parent3dcef70e41ab13483803c536ddea8d5f1803ee25
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
include/asm-generic/futex.h