We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e97e4 commit 9c95bc2Copy full SHA for 9c95bc2
kernel/time/tick-sched.c
@@ -1538,7 +1538,7 @@ void tick_cancel_sched_timer(int cpu)
1538
}
1539
#endif
1540
1541
-/**
+/*
1542
* Async notification about clocksource changes
1543
*/
1544
void tick_clock_notify(void)
@@ -1559,7 +1559,7 @@ void tick_oneshot_notify(void)
1559
set_bit(0, &ts->check_clocks);
1560
1561
1562
1563
* Check, if a change happened, which makes oneshot possible.
1564
*
1565
* Called cyclic from the hrtimer softirq (driven by the timer
0 commit comments