]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/wait: correct kernel-doc descriptions
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Mar 2026 00:52:37 +0000 (16:52 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 12 Mar 2026 06:47:36 +0000 (07:47 +0100)
commit49b76317592ecbaefd0969d51d02019966cc994b
tree06532eab8ee1c0a54af38b9f76c7bbf8d863b1ea
parent54a66e431eeacf23e1dc47cb3507f2d0c068aaf0
sched/wait: correct kernel-doc descriptions

Use the correct function name and function parameter name to avoid
these kernel-doc warnings:

Warning: include/linux/wait_bit.h:424 expecting prototype for
 wait_var_event_killable(). Prototype was for
 wait_var_event_interruptible() instead
Warning: include/linux/wait_bit.h:508 function parameter 'lock' not
 described in 'wait_var_event_mutex'

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