lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 28 Sep 2017 03:27:42 -0700
From:   tip-bot for Colin Ian King <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     dzickus@...hat.com, babu.moger@...cle.com,
        akpm@...ux-foundation.org, hpa@...or.com,
        linux-kernel@...r.kernel.org, colin.king@...onical.com,
        mingo@...nel.org, tglx@...utronix.de
Subject: [tip:core/watchdog] watchdog/hardlockup/perf: Fix spelling mistake:
 "permanetely" -> "permanently"

Commit-ID:  77c01d11bbb2b5c005347061bf543ab94878314c
Gitweb:     https://git.kernel.org/tip/77c01d11bbb2b5c005347061bf543ab94878314c
Author:     Colin Ian King <colin.king@...onical.com>
AuthorDate: Tue, 26 Sep 2017 10:36:03 +0100
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 28 Sep 2017 12:24:54 +0200

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

Trivial fix to spelling mistake in pr_info message

Signed-off-by: Colin Ian King <colin.king@...onical.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Acked-by: Don Zickus <dzickus@...hat.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Babu Moger <babu.moger@...cle.com>
Link: https://lkml.kernel.org/r/20170926093603.7756-1-colin.king@canonical.com

---
 kernel/watchdog_hld.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watchdog_hld.c b/kernel/watchdog_hld.c
index 204a8ca..71a62ce 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);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ