aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorLiu Xinpeng <liuxp11@chinatelecom.cn>2021-10-25 11:46:25 +0800
committerPeter Zijlstra <peterz@infradead.org>2021-11-17 14:48:59 +0100
commit2d3791f116bb3d5b17571dadb8e085e12ae3a3cf (patch)
tree1446d394dabf6d8923e04a342b75ea5c5887b009 /kernel
parentLinux 5.16-rc1 (diff)
downloadlinux-dev-2d3791f116bb3d5b17571dadb8e085e12ae3a3cf.tar.xz
linux-dev-2d3791f116bb3d5b17571dadb8e085e12ae3a3cf.zip
psi: Remove repeated verbose comment
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
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/psi.c1
1 files changed, 0 insertions, 1 deletions
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.
*/