diff options
author | Borislav Petkov <bp@suse.de> | 2016-12-19 16:23:15 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-20 09:48:47 -0800 |
commit | 50f4d9bda9f8510db1392b4e832fca95c56295a1 (patch) | |
tree | fa35f06095dfe989c129168dd17d13ca7d7371e2 /lib | |
parent | 1b011e2f13fcf37e1e577fed25b295808d6c83b9 (diff) | |
download | op-kernel-dev-50f4d9bda9f8510db1392b4e832fca95c56295a1.zip op-kernel-dev-50f4d9bda9f8510db1392b4e832fca95c56295a1.tar.gz |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 7446097..cb66a46 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -26,7 +26,7 @@ config CONSOLE_LOGLEVEL_DEFAULT the kernel bootargs. loglevel=<x> continues to override whatever 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 option. |