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-next>] [day] [month] [year] [list]
Message-Id: <20210806114049.649909-1-jun.miao@windriver.com>
Date:   Fri,  6 Aug 2021 19:40:49 +0800
From:   Jun Miao <jun.miao@...driver.com>
To:     akpm@...ux-foundation.org, andriy.shevchenko@...ux.intel.com,
        deller@....de, wei.liu@...nel.org, bristot@...hat.com
Cc:     peterz@...radead.org, lukas.bulwahn@...il.com,
        jun.miao@...driver.com, linux-kernel@...r.kernel.org
Subject: [PATCH] kernel/hung_task.c: Fix a typo in check_hung_task() comment

It's "mustn't", not "musn't". Let's fix that.

Signed-off-by: Jun Miao <jun.miao@...driver.com>
---
 kernel/hung_task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/hung_task.c b/kernel/hung_task.c
index 9888e2bc8c76..ea5ba912db06 100644
--- a/kernel/hung_task.c
+++ b/kernel/hung_task.c
@@ -99,7 +99,7 @@ static void check_hung_task(struct task_struct *t, unsigned long timeout)
 	/*
 	 * When a freshly created task is scheduled once, changes its state to
 	 * TASK_UNINTERRUPTIBLE without having ever been switched out once, it
-	 * musn't be checked.
+	 * mustn't be checked.
 	 */
 	if (unlikely(!switch_count))
 		return;
-- 
2.32.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ