[alsa-devel] [PATCH] sound: fix core/vmaster.c kernel-doc warning
From: Randy Dunlap rdunlap@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@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.
At Tue, 17 Apr 2012 17:03:42 -0700, Randy Dunlap wrote:
From: Randy Dunlap rdunlap@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@xenotime.net
Thanks, applied now.
Takashi
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.
participants (2)
-
Randy Dunlap
-
Takashi Iwai