]> git.baikalelectronics.ru Git - kernel.git/commit
futex: Fix kernel-doc notation warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 9 Dec 2019 04:26:55 +0000 (20:26 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 9 Jan 2020 12:23:40 +0000 (13:23 +0100)
commit806b8dc13b05360a09062ee978d3e557fd1ec7b3
treef16dd09e9af4f1f1aa8c282cdb50fd0047af7ab8
parent8d41b3534441de83a4f7162ab510e504058ab4b8
futex: Fix kernel-doc notation warning

Fix a kernel-doc warning in kernel/futex.c by adding notation
for @ret.

../kernel/futex.c:1187: warning: Function parameter or member 'ret' not described in 'wait_for_owner_exiting'

Fixes: c0a7330f3153 ("futex: Prevent exit livelock")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/223be78c-f3c8-52df-836d-c5fb8e7907e9@infradead.org
kernel/futex.c