All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/fair: Fix a comment typo
@ 2020-03-31  8:28 li haoran
  0 siblings, 0 replies; only message in thread
From: li haoran @ 2020-03-31  8:28 UTC (permalink / raw)
  To: mingo
  Cc: pertez, juri.lelli, vincent.guittot, dietmar.eggemann, rostedt,
	bsegall, mgorman, linux-kernel, Li Haoran

From: Li Haoran <lhr01130208@gmail.com>

Fix a comment typo in check_preempt_wakeup()

Signed-off-by: Li Haoran <lhr01130208@gmail.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 d7fb20adabeb..7e9831831635 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -6870,7 +6870,7 @@ static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_
 
 	/*
 	 * This is possible from callers such as attach_tasks(), in which we
-	 * unconditionally check_prempt_curr() after an enqueue (which may have
+	 * unconditionally check_preempt_curr() after an enqueue (which may have
 	 * lead to a throttle).  This both saves work and prevents false
 	 * next-buddy nomination below.
 	 */
-- 
2.17.2 (Apple Git-113)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-31  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31  8:28 [PATCH] sched/fair: Fix a comment typo li haoran

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.