[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210910115939.2298921-1-alexs@kernel.org>
Date: Fri, 10 Sep 2021 19:59:39 +0800
From: alexs@...nel.org
To: unlisted-recipients:; (no To-header on input)
Cc: Alex Shi <alexs@...nel.org>, Johannes Weiner <hannes@...xchg.org>,
Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] sched/psi: remove a duplicated comment line
From: Alex Shi <alexs@...nel.org>
The comments are duplicated, remove it.
Signed-off-by: Alex Shi <alexs@...nel.org>
Cc: Johannes Weiner <hannes@...xchg.org>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: linux-kernel@...r.kernel.org
---
kernel/sched/psi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/sched/psi.c b/kernel/sched/psi.c
index 1652f2bb54b7..526af84ab852 100644
--- a/kernel/sched/psi.c
+++ b/kernel/sched/psi.c
@@ -833,7 +833,6 @@ void psi_task_switch(struct task_struct *prev, struct task_struct *next,
/*
* When switching between tasks that have an identical
* runtime state, the cgroup that contains both tasks
- * runtime state, the cgroup that contains both tasks
* we reach the first common ancestor. Iterate @next's
* ancestors only until we encounter @prev's ONCPU.
*/
--
2.27.0
Powered by blists - more mailing lists