All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Subject: [PATCH 3/4] ALSA: mixart: Fix kerneldoc comments
Date: Mon, 10 Nov 2014 17:32:34 +0100	[thread overview]
Message-ID: <1415637155-20918-4-git-send-email-tiwai@suse.de> (raw)
In-Reply-To: <1415637155-20918-1-git-send-email-tiwai@suse.de>

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/pci/mixart/mixart_hwdep.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sound/pci/mixart/mixart_hwdep.c b/sound/pci/mixart/mixart_hwdep.c
index 581e1e74863c..9996a4dead0f 100644
--- a/sound/pci/mixart/mixart_hwdep.c
+++ b/sound/pci/mixart/mixart_hwdep.c
@@ -37,10 +37,11 @@
 /**
  * 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,
-- 
2.1.3

  parent reply	other threads:[~2014-11-10 16:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 16:32 [PATCH 0/4] Yet more kenreldoc fixes Takashi Iwai
2014-11-10 16:32 ` [PATCH 1/4] ALSA: vx: Fix missing kenreldoc parameter descriptions Takashi Iwai
2014-11-10 16:32 ` [PATCH 2/4] ALSA: hda - Fix kerneldoc errors in patch_ca0132.c Takashi Iwai
2014-11-10 16:32 ` Takashi Iwai [this message]
2014-11-10 17:00   ` [PATCH 3/4] ALSA: mixart: Fix kerneldoc comments Peter Meerwald
2014-11-10 17:04     ` Takashi Iwai
2014-11-10 16:32 ` [PATCH 4/4] ALSA: Fix invalid kerneldoc markers Takashi Iwai
2014-11-10 17:01 ` [PATCH 0/4] Yet more kenreldoc fixes Peter Meerwald
2014-11-10 17:06   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415637155-20918-4-git-send-email-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.