ALSA: mixart: Fix kerneldoc comments
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Nov 2014 16:09:22 +0000 (17:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Nov 2014 08:39:13 +0000 (09:39 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/mixart/mixart_hwdep.c

index 581e1e7..9996a4d 100644 (file)
 /**
  * wait for a value on a peudo register, exit with a timeout
  *
- * @param mgr pointer to miXart manager structure
- * @param offset unsigned pseudo_register base + offset of value
- * @param value value
- * @param timeout timeout in centisenconds
+ * @mgr: pointer to miXart manager structure
+ * @offset: unsigned pseudo_register base + offset of value
+ * @is_egal: wait for the equal value
+ * @value: value
+ * @timeout: timeout in centisenconds
  */
 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr,
                                               u32 offset, int is_egal,