]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
time: tick-oneshot: Add missing Return and parameter descriptions to kernel-doc
authorSunday Adelodun <adelodunolaoluwa@yahoo.com>
Thu, 6 Nov 2025 11:39:38 +0000 (12:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 14 Nov 2025 19:17:44 +0000 (20:17 +0100)
commite54dd0474c281ebcd32ada4bdbe1e0ada2e1c22b
tree75c6efc3ddb45e95fe529f19ce83c59c78ec0d3a
parent4702f4eceb639b6af199151e352e570943619d98
time: tick-oneshot: Add missing Return and parameter descriptions to kernel-doc

Several functions in kernel/time/tick-oneshot.c are missing parameter and
return value descriptions in their kernel-doc comments. This causes
warnings during doc generation.

Update the kernel-doc blocks to include detailed @param and Return:
descriptions for better clarity and to fix kernel-doc warnings.  No
functional code changes are made.

Signed-off-by: Sunday Adelodun <adelodunolaoluwa@yahoo.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20251106113938.34693-3-adelodunolaoluwa@yahoo.com
kernel/time/tick-oneshot.c