[alsa-devel] [PATCH] sound: fix core/vmaster.c kernel-doc warning

Randy Dunlap rdunlap at xenotime.net
Wed Apr 18 02:03:42 CEST 2012


From: Randy Dunlap <rdunlap at xenotime.net>

Fix kernel-doc warning in sound/core/vmaster.c:

Warning(sound/core/vmaster.c:429): No description found for parameter 'private_data'

Signed-off-by: Randy Dunlap <rdunlap at xenotime.net>
---
 sound/core/vmaster.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-34-rc3.orig/sound/core/vmaster.c
+++ lnx-34-rc3/sound/core/vmaster.c
@@ -419,6 +419,7 @@ EXPORT_SYMBOL(snd_ctl_make_virtual_maste
  * snd_ctl_add_vmaster_hook - Add a hook to a vmaster control
  * @kcontrol: vmaster kctl element
  * @hook: the hook function
+ * @private_data: the private_data pointer to be saved
  *
  * Adds the given hook to the vmaster control element so that it's called
  * at each time when the value is changed.


More information about the Alsa-devel mailing list