[PATCH 11/14] sched: fix repeated word 'into' in comment

From: Hemanth Selam

Date: Mon Sep 07 2026 - 03:21:41 EST


Drop the second 'into', reported by checkpatch.pl as a possible repeated
word. Only touches a comment, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
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 ebaf892a16b6..937d02732ba3 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -3251,7 +3251,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: