Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f60c87d authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: mixart: Fix kerneldoc comments



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e60b2c7f
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -37,10 +37,11 @@
/**
/**
 * wait for a value on a peudo register, exit with a timeout
 * wait for a value on a peudo register, exit with a timeout
 *
 *
 * @param mgr pointer to miXart manager structure
 * @mgr: pointer to miXart manager structure
 * @param offset unsigned pseudo_register base + offset of value
 * @offset: unsigned pseudo_register base + offset of value
 * @param value value
 * @is_egal: wait for the equal value
 * @param timeout timeout in centisenconds
 * @value: value
 * @timeout: timeout in centisenconds
 */
 */
static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr,
static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr,
					       u32 offset, int is_egal,
					       u32 offset, int is_egal,