From: Borislav Petkov Date: Tue, 20 Dec 2016 00:23:15 +0000 (-0800) Subject: printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=50f4d9bda9f8510db1392b4e832fca95c56295a1;p=linux-beck.git 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 Cc: Olof Johansson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 7446097f72bd..cb66a4648840 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -26,7 +26,7 @@ config CONSOLE_LOGLEVEL_DEFAULT the kernel bootargs. loglevel= 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.