All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/hung_task.c: Fix a typo in check_hung_task() comment
@ 2021-08-06 11:40 Jun Miao
  2021-08-06 13:04 ` Daniel Bristot de Oliveira
  2021-08-06 14:27 ` Lukas Bulwahn
  0 siblings, 2 replies; 5+ messages in thread
From: Jun Miao @ 2021-08-06 11:40 UTC (permalink / raw)
  To: akpm, andriy.shevchenko, deller, wei.liu, bristot
  Cc: peterz, lukas.bulwahn, jun.miao, linux-kernel

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

Signed-off-by: Jun Miao <jun.miao@windriver.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-11  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 11:40 [PATCH] kernel/hung_task.c: Fix a typo in check_hung_task() comment Jun Miao
2021-08-06 13:04 ` Daniel Bristot de Oliveira
2021-08-06 14:27 ` Lukas Bulwahn
2021-08-07 12:21   ` Jun Miao
2021-08-11  8:32     ` Jun Miao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.