]> www.infradead.org Git - users/willy/xarray.git/commit
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Mar 2024 10:58:58 +0000 (11:58 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 10:03:42 +0000 (11:03 +0100)
commit3a5fe9305719c680ccf63216781a4d4068c8e3f3
tree6d187f9da86405573a43b6f9bf87e6b501473bec
parentbe8858dba9a2c3aec454a6b382671101fd0dc3b7
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK

Fix two typos:

 - There's no such thing as 'nohz_balancing_kick', the
   flag is named 'BALANCE' and is capitalized:  NOHZ_BALANCE_KICK.

 - Likewise there's no such thing as a 'pending nohz_balance_kick'
   either, the NOHZ_BALANCE_KICK flag is all upper-case.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20240308105901.1096078-8-mingo@kernel.org
kernel/sched/fair.c