[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220317024617.5587-1-yuzhe@nfschina.com>
Date: Wed, 16 Mar 2022 19:46:17 -0700
From: yuzhe <yuzhe@...china.com>
To: mingo@...hat.com, peterz@...radead.org, juri.lelli@...hat.com,
vincent.guittot@...aro.org, dietmar.eggemann@....com,
rostedt@...dmis.org, bsegall@...gle.com, mgorman@...e.de,
bristot@...hat.com
Cc: linux-kernel@...r.kernel.org, linux-janitors@...r.kernel.org,
yuzhe <yuzhe@...china.com>
Subject: [PATCH] sched: Fix spelling mistake "then" -> "than"
There is a spelling mistake in comment.Fix it.
Signed-off-by: yuzhe <yuzhe@...china.com>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8bcc1dbc544c..e6b3d62389c9 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5944,7 +5944,7 @@ static unsigned long capacity_of(int cpu)
static void record_wakee(struct task_struct *p)
{
/*
- * Only decay a single time; tasks that have less then 1 wakeup per
+ * Only decay a single time; tasks that have less than 1 wakeup per
* jiffy will not have built up many flips.
*/
if (time_after(jiffies, current->wakee_flip_decay_ts + HZ)) {
--
2.25.1
Powered by blists - more mailing lists