linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sched: Fix comment typo
@ 2022-07-22  2:05 Xin Gao
  0 siblings, 0 replies; only message in thread
From: Xin Gao @ 2022-07-22  2:05 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot
  Cc: dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
	linux-kernel, Xin Gao

The double `into' is duplicated in line 2515, remove one.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
---
 kernel/sched/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 1f97f357aacd..9f9d0cf92263 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -2506,7 +2506,7 @@ static inline bool rq_order_less(struct rq *rq1, struct rq *rq2)
 {
 #ifdef CONFIG_SCHED_CORE
 	/*
-	 * In order to not have {0,2},{1,3} turn into into an AB-BA,
+	 * In order to not have {0,2},{1,3} turn into an AB-BA,
 	 * order by core-id first and cpu-id second.
 	 *
 	 * Notably:
-- 
2.30.2


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

only message in thread, other threads:[~2022-07-22  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  2:05 [PATCH] sched: Fix comment typo Xin Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).