Skip to content

Commit 51bfb1d

Browse files
rddunlapKAGA-KOKO
authored andcommitted
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: 3ef240e ("futex: Prevent exit livelock") Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d91f305 commit 51bfb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/futex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ static int attach_to_pi_state(u32 __user *uaddr, u32 uval,
11781178

11791179
/**
11801180
* wait_for_owner_exiting - Block until the owner has exited
1181+
* @ret: owner's current futex lock status
11811182
* @exiting: Pointer to the exiting task
11821183
*
11831184
* Caller must hold a refcount on @exiting.

0 commit comments

Comments
 (0)