From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758690AbcLORBQ (ORCPT ); Thu, 15 Dec 2016 12:01:16 -0500 Received: from mail.skyhub.de ([78.46.96.112]:44061 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757777AbcLORBO (ORCPT ); Thu, 15 Dec 2016 12:01:14 -0500 From: Borislav Petkov To: LKML Cc: Olof Johansson , Andrew Morton Subject: [PATCH] printk: Fix typo in CONSOLE_LOGLEVEL_DEFAULT help text Date: Thu, 15 Dec 2016 18:01:11 +0100 Message-Id: <20161215170111.19075-1-bp@alien8.de> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov s/prink/printk/ Signed-off-by: Borislav Petkov Cc: Olof Johansson Cc: Andrew Morton --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0