All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: firewire-lib: add missing description for kerneldoc
@ 2014-11-12 13:55 Takashi Sakamoto
  2014-11-12 13:59 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Sakamoto @ 2014-11-12 13:55 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel

A description for second paramter for cmp_connection_check_used() is missing.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 sound/firewire/cmp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/firewire/cmp.c b/sound/firewire/cmp.c
index ba8df5a..dcccb01 100644
--- a/sound/firewire/cmp.c
+++ b/sound/firewire/cmp.c
@@ -154,6 +154,7 @@ EXPORT_SYMBOL(cmp_connection_init);
 /**
  * cmp_connection_check_used - check connection is already esablished or not
  * @c: the connection manager to be checked
+ * @used: the pointer to store result to check the connection
  */
 int cmp_connection_check_used(struct cmp_connection *c, bool *used)
 {
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-12 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 13:55 [PATCH] ALSA: firewire-lib: add missing description for kerneldoc Takashi Sakamoto
2014-11-12 13:59 ` Takashi Iwai
2014-11-12 16:11   ` Takashi Sakamoto

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.