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 <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20220214084739.63228-1-jiapeng.chong@linux.alibaba.com

authored by Jiapeng Chong and committed by Thomas Gleixner 9c95bc25 40e97e42

Changed files
+2 -2
kernel
+2 -2
kernel/time/tick-sched.c
··· 1538 1538 } 1539 1539 #endif 1540 1540 1541 - /** 1541 + /* 1542 1542 * Async notification about clocksource changes 1543 1543 */ 1544 1544 void tick_clock_notify(void) ··· 1559 1559 set_bit(0, &ts->check_clocks); 1560 1560 } 1561 1561 1562 - /** 1562 + /* 1563 1563 * Check, if a change happened, which makes oneshot possible. 1564 1564 * 1565 1565 * Called cyclic from the hrtimer softirq (driven by the timer