All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] psi: Remove repeated verbose comment
@ 2021-10-25  3:46 Liu Xinpeng
  2021-10-25  3:46 ` [PATCH 2/2] psi: Add a missing SPDX license header Liu Xinpeng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Liu Xinpeng @ 2021-10-25  3:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: hannes, mingo, juri.lelli, zhouchengming, Liu Xinpeng

Comment in function psi_task_switch,there are two same lines.
...
* runtime state, the cgroup that contains both tasks
* runtime state, the cgroup that contains both tasks
...

Signed-off-by: Liu Xinpeng <liuxp11@chinatelecom.cn>
---
 kernel/sched/psi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/psi.c b/kernel/sched/psi.c
index 1652f2b..526af84 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.
 		 */
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-17 14:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  3:46 [PATCH 1/2] psi: Remove repeated verbose comment Liu Xinpeng
2021-10-25  3:46 ` [PATCH 2/2] psi: Add a missing SPDX license header Liu Xinpeng
2021-11-04 16:50   ` Johannes Weiner
2021-11-17 14:00   ` [tip: sched/core] " tip-bot2 for Liu Xinpeng
2021-11-04 16:49 ` [PATCH 1/2] psi: Remove repeated verbose comment Johannes Weiner
2021-11-09  9:14   ` Peter Zijlstra
2021-11-17 14:00 ` [tip: sched/core] " tip-bot2 for Liu Xinpeng

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.