[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1499928642-48983-1-git-send-email-wangkefeng.wang@huawei.com>
Date: Thu, 13 Jul 2017 14:50:42 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Babu Moger <babu.moger@...cle.com>, Ingo Molnar <mingo@...nel.org>,
<linux-kernel@...r.kernel.org>,
Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: [PATCH] kernel/watchdog: use better pr_fmt prefix
After commit 73ce0511c436("kernel/watchdog.c: move hardlockup
detector to separate file"), 'NMI watchdog' is inappropriate in
kernel/watchdog.c, using 'watchdog' only.
Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
---
kernel/watchdog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 03e0b69..21bb5ef 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -9,7 +9,7 @@
* to those contributors as well.
*/
-#define pr_fmt(fmt) "NMI watchdog: " fmt
+#define pr_fmt(fmt) "watchdog: " fmt
#include <linux/mm.h>
#include <linux/cpu.h>
--
1.7.12.4
Powered by blists - more mailing lists