Skip to content

Commit cb665db

Browse files
anna-marialxKAGA-KOKO
authored andcommitted
tick-sched: Fix function names in comments
When referencing functions in comments, it might be helpful to use full function names (including the prefix) to be able to find it when grepping. Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lore.kernel.org/r/20231201092654.34614-2-anna-maria@linutronix.de
1 parent a89299c commit cb665db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

kernel/time/tick-sched.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -920,11 +920,11 @@ static void tick_nohz_stop_tick(struct tick_sched *ts, int cpu)
920920
}
921921

922922
/*
923-
* nohz_stop_sched_tick() can be called several times before
924-
* nohz_restart_sched_tick() is called. This happens when
925-
* interrupts arrive which do not cause a reschedule. In the
926-
* first call we save the current tick time, so we can restart
927-
* the scheduler tick in nohz_restart_sched_tick().
923+
* tick_nohz_stop_tick() can be called several times before
924+
* tick_nohz_restart_sched_tick() is called. This happens when
925+
* interrupts arrive which do not cause a reschedule. In the first
926+
* call we save the current tick time, so we can restart the
927+
* scheduler tick in tick_nohz_restart_sched_tick().
928928
*/
929929
if (!ts->tick_stopped) {
930930
calc_load_nohz_start();

0 commit comments

Comments
 (0)