Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix kernel-doc comments in fsl_gtm.c

Fix some function names in kernel-doc comments.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240408053109.96360-1-yang.lee@linux.alibaba.com

authored by

Yang Li and committed by
Michael Ellerman
97bd2693 6efc2f1a

+3 -3
+3 -3
arch/powerpc/sysdev/fsl_gtm.c
··· 77 77 static LIST_HEAD(gtms); 78 78 79 79 /** 80 - * gtm_get_timer - request GTM timer to use it with the rest of GTM API 80 + * gtm_get_timer16 - request GTM timer to use it with the rest of GTM API 81 81 * Context: non-IRQ 82 82 * 83 83 * This function reserves GTM timer for later use. It returns gtm_timer ··· 110 110 EXPORT_SYMBOL(gtm_get_timer16); 111 111 112 112 /** 113 - * gtm_get_specific_timer - request specific GTM timer 113 + * gtm_get_specific_timer16 - request specific GTM timer 114 114 * @gtm: specific GTM, pass here GTM's device_node->data 115 115 * @timer: specific timer number, Timer1 is 0. 116 116 * Context: non-IRQ ··· 260 260 EXPORT_SYMBOL(gtm_set_timer16); 261 261 262 262 /** 263 - * gtm_set_exact_utimer16 - (re)set 16 bits timer 263 + * gtm_set_exact_timer16 - (re)set 16 bits timer 264 264 * @tmr: pointer to the gtm_timer structure obtained from gtm_get_timer 265 265 * @usec: timer interval in microseconds 266 266 * @reload: if set, the timer will reset upon expiry rather than