Skip to content

Commit 4fe59a1

Browse files
aweeramanpmladek
authored andcommitted
kernel/printk/printk.c: Fix W=1 kernel-doc warning
Fix W=1 kernel-doc warning: kernel/printk/printk.c: - Include function parameter in console_lock_spinning_disable_and_check() Signed-off-by: Anuradha Weeraman <[email protected]> Reviewed-by: Petr Mladek <[email protected]> Signed-off-by: Petr Mladek <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3ef5abd commit 4fe59a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/printk/printk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,7 @@ static void console_lock_spinning_enable(void)
18921892
/**
18931893
* console_lock_spinning_disable_and_check - mark end of code where another
18941894
* thread was able to busy wait and check if there is a waiter
1895+
* @cookie: cookie returned from console_srcu_read_lock()
18951896
*
18961897
* This is called at the end of the section where spinning is allowed.
18971898
* It has two functions. First, it is a signal that it is no longer

0 commit comments

Comments
 (0)