kernel/watchdog.c: use better pr_fmt prefix
authorKefeng Wang <[email protected]>
Fri, 14 Jul 2017 21:49:46 +0000 (14:49 -0700)
committerLinus Torvalds <[email protected]>
Fri, 14 Jul 2017 22:05:13 +0000 (15:05 -0700)
commit5f92a7b0fcd627fbd06ceb1cee3bbe5d08d13356
tree2e03af6343f51c9a66cfce30ad9a845404a54768
parent5624a8b00cb206390d465e0cb5a1e5eedd23a15c
kernel/watchdog.c: 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.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kefeng Wang <[email protected]>
Cc: Babu Moger <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/watchdog.c