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>] [day] [month] [year] [list]
Date:   Thu, 22 Sep 2022 23:22:45 +0800
From:   Tze-nan Wu <r08922135@...e.ntu.edu.tw>
To:     tglx@...utronix.de
Cc:     mingo@...nel.org, dzickus@...hat.com, linux-kernel@...r.kernel.org,
        r08922135@...e.ntu.edu.tw
Subject: [PATCH] watchdog: Fix a typo in comment

Fix the typo from "cannpt" -> "cannot".

Signed-off-by: Tze-nan Wu <r08922135@...e.ntu.edu.tw>
---
 kernel/watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 8e61f21e7..98201b425 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -282,7 +282,7 @@ void touch_all_softlockup_watchdogs(void)
 	int cpu;
 
 	/*
-	 * watchdog_mutex cannpt be taken here, as this might be called
+	 * watchdog_mutex cannot be taken here, as this might be called
 	 * from (soft)interrupt context, so the access to
 	 * watchdog_allowed_cpumask might race with a concurrent update.
 	 *
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ