x86/tsc: Correct kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 21 Dec 2023 03:36:20 +0000 (19:36 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 Feb 2024 16:05:21 +0000 (17:05 +0100)
commitc55cbfcea6087cca1f7891a8d1ca52dcae946be5
tree4ea1fc4b533943027371985bfd43a36832d06850
parent54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
x86/tsc: Correct kernel-doc notation

Add or modify function descriptions to remove kernel-doc warnings:

tsc.c:655: warning: missing initial short description on line:
 * native_calibrate_tsc
tsc.c:1339: warning: Excess function parameter 'cycles' description in 'convert_art_ns_to_tsc'
tsc.c:1339: warning: Excess function parameter 'cs' description in 'convert_art_ns_to_tsc'
tsc.c:1373: warning: Function parameter or member 'work' not described in 'tsc_refine_calibration_work'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20231221033620.32379-1-rdunlap@infradead.org
arch/x86/kernel/tsc.c