psi: Remove repeated verbose comment
authorLiu Xinpeng <liuxp11@chinatelecom.cn>
Mon, 25 Oct 2021 03:46:25 +0000 (11:46 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 17 Nov 2021 13:48:59 +0000 (14:48 +0100)
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>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/1635133586-84611-1-git-send-email-liuxp11@chinatelecom.cn
kernel/sched/psi.c

index 1652f2bb54b791720a7751fbd30a6074bd907b86..526af84ab852f0e5164b8b546542fc00de64a532 100644 (file)
@@ -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.
                 */