sched/balancing: Fix a couple of outdated function names in comments
authorIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 10:33:50 +0000 (11:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 11:00:01 +0000 (12:00 +0100)
commitd72cf62438d67b911212f8d4cf65d6167c1541ba
tree855e9a71ca2ea2d340a4151f95091d8c0cd7883f
parent686d148cbb5a1c2891914b8d11147d3c5556a29a
sched/balancing: Fix a couple of outdated function names in comments

The 'idle_balance()' function hasn't existed for years, and there's no
load_balance_newidle() either - both are sched_balance_newidle() today.

Reported-by: Honglei Wang <jameshongleiwang@126.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/ZfAwNufbiyt/5biu@gmail.com
kernel/sched/fair.c
kernel/sched/pelt.c