mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text
s/prink/printk/ Link: http://lkml.kernel.org/r/20161215170111.19075-1-bp@alien8.de Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1b011e2f13
commit
50f4d9bda9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ config CONSOLE_LOGLEVEL_DEFAULT
|
||||||
the kernel bootargs. loglevel=<x> continues to override whatever
|
the kernel bootargs. loglevel=<x> continues to override whatever
|
||||||
value is specified here as well.
|
value is specified here as well.
|
||||||
|
|
||||||
Note: This does not affect the log level of un-prefixed prink()
|
Note: This does not affect the log level of un-prefixed printk()
|
||||||
usage in the kernel. That is controlled by the MESSAGE_LOGLEVEL_DEFAULT
|
usage in the kernel. That is controlled by the MESSAGE_LOGLEVEL_DEFAULT
|
||||||
option.
|
option.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue