提交 77c01d11 编写于 作者: C Colin Ian King 提交者: Thomas Gleixner

watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"

Trivial fix to spelling mistake in pr_info message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Acked-by: NDon Zickus <dzickus@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Babu Moger <babu.moger@oracle.com>
Link: https://lkml.kernel.org/r/20170926093603.7756-1-colin.king@canonical.com
上级 115ef3b7
......@@ -280,7 +280,7 @@ int __init hardlockup_detector_perf_init(void)
int ret = hardlockup_detector_event_create();
if (ret) {
pr_info("Perf NMI watchdog permanetely disabled\n");
pr_info("Perf NMI watchdog permanently disabled\n");
} else {
perf_event_release_kernel(this_cpu_read(watchdog_ev));
this_cpu_write(watchdog_ev, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册