From: Jun Miao <jun.miao@windriver.com>
To: akpm@linux-foundation.org, andriy.shevchenko@linux.intel.com,
deller@gmx.de, wei.liu@kernel.org, bristot@redhat.com
Cc: peterz@infradead.org, lukas.bulwahn@gmail.com,
jun.miao@windriver.com, linux-kernel@vger.kernel.org
Subject: [PATCH] kernel/hung_task.c: Fix a typo in check_hung_task() comment
Date: Fri, 6 Aug 2021 19:40:49 +0800 [thread overview]
Message-ID: <20210806114049.649909-1-jun.miao@windriver.com> (raw)
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
next reply other threads:[~2021-08-06 11:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-06 11:40 Jun Miao [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210806114049.649909-1-jun.miao@windriver.com \
--to=jun.miao@windriver.com \
--cc=akpm@linux-foundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=bristot@redhat.com \
--cc=deller@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas.bulwahn@gmail.com \
--cc=peterz@infradead.org \
--cc=wei.liu@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®