Skip to content

Commit 9c95bc2

Browse files
Jiapeng ChongKAGA-KOKO
authored andcommitted
tick/sched: Fix non-kernel-doc comment
Fixes the following W=1 kernel build warning: kernel/time/tick-sched.c:1563: warning: This comment starts with '/**', but isn't a kernel-doc comment. Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 40e97e4 commit 9c95bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/time/tick-sched.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ void tick_cancel_sched_timer(int cpu)
15381538
}
15391539
#endif
15401540

1541-
/**
1541+
/*
15421542
* Async notification about clocksource changes
15431543
*/
15441544
void tick_clock_notify(void)
@@ -1559,7 +1559,7 @@ void tick_oneshot_notify(void)
15591559
set_bit(0, &ts->check_clocks);
15601560
}
15611561

1562-
/**
1562+
/*
15631563
* Check, if a change happened, which makes oneshot possible.
15641564
*
15651565
* Called cyclic from the hrtimer softirq (driven by the timer

0 commit comments

Comments
 (0)