aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
diff options
context:
space:
mode:
authorZhang Qiao <zhangqiao22@huawei.com>2022-06-18 02:11:50 +0800
committerPeter Zijlstra <peterz@infradead.org>2022-06-28 09:08:29 +0200
commitfb95a5a04d72aecdd5e151a4c2f7e4cde368bc10 (patch)
tree5e4fc335890b869a08f3217a1b2ce4065b4e81c2 /kernel/sched/fair.c
parentselftests/rseq: check if libc rseq support is registered (diff)
downloadlinux-dev-fb95a5a04d72aecdd5e151a4c2f7e4cde368bc10.tar.xz
linux-dev-fb95a5a04d72aecdd5e151a4c2f7e4cde368bc10.zip
sched/fair: Remove redundant word " *"
" *" is redundant. so remove it. Signed-off-by: Zhang Qiao <zhangqiao22@huawei.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20220617181151.29980-2-zhangqiao22@huawei.com
Diffstat (limited to '')
-rw-r--r--kernel/sched/fair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8bed75757e65..7400600b4db6 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -8496,7 +8496,7 @@ static inline int sg_imbalanced(struct sched_group *group)
/*
* group_has_capacity returns true if the group has spare capacity that could
* be used by some tasks.
- * We consider that a group has spare capacity if the * number of task is
+ * We consider that a group has spare capacity if the number of task is
* smaller than the number of CPUs or if the utilization is lower than the
* available capacity for CFS tasks.
* For the latter, we use a threshold to stabilize the state, to take into