]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
sched/fair: Trivial correction of the newidle_balance() comment
authorBarry Song <song.bao.hua@hisilicon.com>
Wed, 2 Dec 2020 22:06:41 +0000 (11:06 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 12:59:57 +0000 (13:59 +0100)
[ Upstream commit 5b78f2dc315354c05300795064f587366a02c6ff ]

idle_balance() has been renamed to newidle_balance(). To differentiate
with nohz_idle_balance, it seems refining the comment will be helpful
for the readers of the code.

Signed-off-by: Barry Song <song.bao.hua@hisilicon.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20201202220641.22752-1-song.bao.hua@hisilicon.com
Stable-dep-of: 17e3e88ed0b6 ("sched/fair: Fix pelt lost idle time detection")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/sched/fair.c

index db4a1da522e42cde46860d449977ab80dac66bcd..1d82b9cc9eb77bd721bc08d7928fcbcfee472b6b 100644 (file)
@@ -9897,7 +9897,7 @@ static inline void nohz_newidle_balance(struct rq *this_rq) { }
 #endif /* CONFIG_NO_HZ_COMMON */
 
 /*
- * idle_balance is called by schedule() if this_cpu is about to become
+ * newidle_balance is called by schedule() if this_cpu is about to become
  * idle. Attempts to pull tasks from other CPUs.
  */
 static int newidle_balance(struct rq *this_rq, struct rq_flags *rf)