]> 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)
commitf4fe24fb0b5f4b142564a0cbaf468b93692bc676
treef16dd09e9af4f1f1aa8c282cdb50fd0047af7ab8
parente2e08a933c53b2116ef0a877d2820d39875c3670
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: 69f992e31014 ("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