Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1686298
| From | Kefeng Wang <wangkefeng.wang@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] kernel/watchdog: use better pr_fmt prefix |
| Date | 2017-07-13 09:00 +0200 |
| Message-ID | <u2Ggq-2d9-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] kernel/watchdog: use better pr_fmt prefix Kefeng Wang <wangkefeng.wang@huawei.com> - 2017-07-13 09:00 +0200
csiph-web