From: Zhang Qiao Date: Fri, 17 Jun 2022 18:11:50 +0000 (+0800) Subject: sched/fair: Remove redundant word " *" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb95a5a04d72aecdd5e151a4c2f7e4cde368bc10;p=linux.git sched/fair: Remove redundant word " *" " *" is redundant. so remove it. Signed-off-by: Zhang Qiao Signed-off-by: Peter Zijlstra (Intel) Link: https://lore.kernel.org/r/20220617181151.29980-2-zhangqiao22@huawei.com --- diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 8bed75757e659..7400600b4db64 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