diff mbox

kernel/watchdog: use better pr_fmt prefix

Message ID 1499928642-48983-1-git-send-email-wangkefeng.wang@huawei.com
State Accepted
Commit 5f92a7b0fcd627fbd06ceb1cee3bbe5d08d13356
Headers show

Commit Message

Kefeng Wang July 13, 2017, 6:50 a.m. UTC
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@huawei.com>

---
 kernel/watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.12.4
diff mbox

Patch

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>