tick/sched: Fix non-kernel-doc comment
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 14 Feb 2022 08:47:39 +0000 (16:47 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 10 Apr 2022 10:23:34 +0000 (12:23 +0200)
commit9c95bc25ad3b1a2240cd1f896569292a57d3ce85
tree8d03a9edbbd8a8dbd08e5a24a239110ab512ed28
parent40e97e42961f8c6cc7bd5fe67cc18417e02d78f1
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
kernel/time/tick-sched.c