]> www.infradead.org Git - users/jedix/linux-maple.git/commit
time: Remove '%' from numeric constant in kernel-doc comment
authorWang Jinchao <wangjinchao@xfusion.com>
Wed, 9 Oct 2024 02:21:35 +0000 (10:21 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 22:30:26 +0000 (00:30 +0200)
commita849881a9e5426cb4fa00660529bc501718ef85b
treecd81dace792ceaaa6f216dc8349d47702514eb4a
parentbafffd56c608106d11e7aec851f114dcd66b2091
time: Remove '%' from numeric constant in kernel-doc comment

Change %0 to 0 in kernel-doc comments. %0 is not valid.

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241009022135.92400-2-wangjinchao@xfusion.com
kernel/time/time.c