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

ALSA: mixart: Fix kerneldoc comments

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+5 -4
+5 -4
sound/pci/mixart/mixart_hwdep.c
··· 37 37 /** 38 38 * wait for a value on a peudo register, exit with a timeout 39 39 * 40 - * @param mgr pointer to miXart manager structure 41 - * @param offset unsigned pseudo_register base + offset of value 42 - * @param value value 43 - * @param timeout timeout in centisenconds 40 + * @mgr: pointer to miXart manager structure 41 + * @offset: unsigned pseudo_register base + offset of value 42 + * @is_egal: wait for the equal value 43 + * @value: value 44 + * @timeout: timeout in centisenconds 44 45 */ 45 46 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, 46 47 u32 offset, int is_egal,