kernel/watchdog.c: use better pr_fmt prefix
After commit 73ce0511c4
("kernel/watchdog.c: move hardlockup
detector to separate file"), 'NMI watchdog' is inappropriate in
kernel/watchdog.c, using 'watchdog' only.
Link: http://lkml.kernel.org/r/1499928642-48983-1-git-send-email-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Babu Moger <babu.moger@oracle.com>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5624a8b00c
commit
5f92a7b0fc
|
@ -9,7 +9,7 @@
|
||||||
* to those contributors as well.
|
* to those contributors as well.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) "NMI watchdog: " fmt
|
#define pr_fmt(fmt) "watchdog: " fmt
|
||||||
|
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/cpu.h>
|
#include <linux/cpu.h>
|
||||||
|
|
Loading…
Reference in New Issue