The patch titled Subject: printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text has been added to the -mm tree. Its filename is printk-fix-typo-in-console_loglevel_default-help-text.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/printk-fix-typo-in-console_loglevel_default-help-text.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/printk-fix-typo-in-console_loglevel_default-help-text.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Borislav Petkov <bp@xxxxxxx> Subject: printk: fix typo in CONSOLE_LOGLEVEL_DEFAULT help text s/prink/printk/ Link: http://lkml.kernel.org/r/20161215170111.19075-1-bp@xxxxxxxxx Signed-off-by: Borislav Petkov <bp@xxxxxxx> Cc: Olof Johansson <olof@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~printk-fix-typo-in-console_loglevel_default-help-text lib/Kconfig.debug --- a/lib/Kconfig.debug~printk-fix-typo-in-console_loglevel_default-help-text +++ a/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. _ Patches currently in -mm which might be from bp@xxxxxxx are printk-fix-typo-in-console_loglevel_default-help-text.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html