All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched/fair: Fix a comment of function rebalance_domains()
@ 2021-06-22 13:21 chenxiang
  0 siblings, 0 replies; only message in thread
From: chenxiang @ 2021-06-22 13:21 UTC (permalink / raw)
  To: mingo, peterz, vincent.guittot, dietmar.eggemann; +Cc: linux-kernel, Xiang Chen

From: Xiang Chen <chenxiang66@hisilicon.com>

Use sched_init_domains instead of init_sched_domains which is not existed
in kernel.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
---
 kernel/sched/fair.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 161b92a..3021f28 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -10026,7 +10026,7 @@ void update_max_interval(void)
  * It checks each scheduling domain to see if it is due to be balanced,
  * and initiates a balancing operation if so.
  *
- * Balancing parameters are set up in init_sched_domains.
+ * Balancing parameters are set up in sched_init_domains.
  */
 static void rebalance_domains(struct rq *rq, enum cpu_idle_type idle)
 {
-- 
2.8.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 13:21 [PATCH] sched/fair: Fix a comment of function rebalance_domains() chenxiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.