projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b011e2
)
printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text
author
Borislav Petkov
<bp@suse.de>
Tue, 20 Dec 2016 00:23:15 +0000
(16:23 -0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 7446097f72bd8b590ea192b9fb6c2955461c1338..cb66a46488401b6a99091b489df029c3035a79dd 100644
(file)
--- 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 prin
t
k()
usage in the kernel. That is controlled by the MESSAGE_LOGLEVEL_DEFAULT
option.