]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text
authorBorislav Petkov <bp@suse.de>
Tue, 20 Dec 2016 00:23:15 +0000 (16:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Dec 2016 17:48:47 +0000 (09:48 -0800)
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>
lib/Kconfig.debug

index 7446097f72bd8b590ea192b9fb6c2955461c1338..cb66a46488401b6a99091b489df029c3035a79dd 100644 (file)
@@ -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.