[PATCH -next] sound: add missing pcm kernel-doc

From: Randy Dunlap
Date: Fri Oct 17 2008 - 14:31:56 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix alsa kernel-doc warning in linux-next:

Warning(linux-next-20081016//sound/core/pcm_misc.c:327): No description found for parameter 'samples'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
sound/core/pcm_misc.c | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20081016.orig/sound/core/pcm_misc.c
+++ linux-next-20081016/sound/core/pcm_misc.c
@@ -319,6 +319,7 @@ EXPORT_SYMBOL(snd_pcm_format_physical_wi
/**
* snd_pcm_format_size - return the byte size of samples on the given format
* @format: the format to check
+ * @samples: sampling rate
*
* Returns the byte size of the given samples for the format, or a
* negative error code if unknown format.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/