diff options
author | Colin Ian King <[email protected]> | 2017-09-26 10:36:03 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-09-28 12:24:54 +0200 |
commit | 77c01d11bbb2b5c005347061bf543ab94878314c (patch) | |
tree | ee32ac1a300a601c7f7e16deba654b2651eb10fc | |
parent | 115ef3b7e61ac64e32827611a127002672ed3725 (diff) |
watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"
Trivial fix to spelling mistake in pr_info message
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Don Zickus <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Babu Moger <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | kernel/watchdog_hld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/watchdog_hld.c b/kernel/watchdog_hld.c index 204a8cadb717..71a62ceacdc8 100644 --- a/kernel/watchdog_hld.c +++ b/kernel/watchdog_hld.c @@ -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); |