Commit 4fe59a13 authored by Anuradha Weeraman's avatar Anuradha Weeraman Committed by Petr Mladek

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: default avatarAnuradha Weeraman <anuradha@debian.org>
Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
Signed-off-by: default avatarPetr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20230116125635.374567-1-anuradha@debian.org
parent 3ef5abd9
...@@ -1892,6 +1892,7 @@ static void console_lock_spinning_enable(void) ...@@ -1892,6 +1892,7 @@ static void console_lock_spinning_enable(void)
/** /**
* console_lock_spinning_disable_and_check - mark end of code where another * console_lock_spinning_disable_and_check - mark end of code where another
* thread was able to busy wait and check if there is a waiter * thread was able to busy wait and check if there is a waiter
* @cookie: cookie returned from console_srcu_read_lock()
* *
* This is called at the end of the section where spinning is allowed. * This is called at the end of the section where spinning is allowed.
* It has two functions. First, it is a signal that it is no longer * It has two functions. First, it is a signal that it is no longer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment