projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a997b
)
sched/fair: Remove redundant word " *"
author
Zhang Qiao
<zhangqiao22@huawei.com>
Fri, 17 Jun 2022 18:11:50 +0000
(
02:11
+0800)
committer
Peter Zijlstra
<peterz@infradead.org>
Tue, 28 Jun 2022 07:08:29 +0000
(09:08 +0200)
" *" 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
kernel/sched/fair.c
patch
|
blob
|
history
diff --git
a/kernel/sched/fair.c
b/kernel/sched/fair.c
index 8bed75757e65987e58f1d9bdabd491f0940f6311..7400600b4db64c295dbc1a54b081b66c0dd44a9a 100644
(file)
--- 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