mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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: 3ef240eaff
("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
This commit is contained in:
committed by
Thomas Gleixner
parent
d91f305726
commit
51bfb1d11d
@@ -1178,6 +1178,7 @@ out_error:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* wait_for_owner_exiting - Block until the owner has exited
|
* wait_for_owner_exiting - Block until the owner has exited
|
||||||
|
* @ret: owner's current futex lock status
|
||||||
* @exiting: Pointer to the exiting task
|
* @exiting: Pointer to the exiting task
|
||||||
*
|
*
|
||||||
* Caller must hold a refcount on @exiting.
|
* Caller must hold a refcount on @exiting.
|
||||||
|
Reference in New Issue
Block a user