]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: jack: Fix warning while make htmldocs caused by soc-jack.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 11 Nov 2014 15:52:23 +0000 (00:52 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 18 Nov 2014 15:01:31 +0000 (15:01 +0000)
This patch fix following errors while "make htmldocs" on
linux-next-20141110.

Warning(.//sound/soc/soc-jack.c:126): No description found for
parameter 'zones'
Warning(.//sound/soc/soc-jack.c:126): Excess function parameter
'zone' description in 'snd_soc_jack_add_zones'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-jack.c

index ab47fea997a3cd4d9b8897ab9e2ea6cf495c56dc..ef1d42d7c6f6edd7201136623440aad700604c43 100644 (file)
@@ -116,7 +116,7 @@ EXPORT_SYMBOL_GPL(snd_soc_jack_report);
  *
  * @jack:  ASoC jack
  * @count: Number of zones
- * @zone:  Array of zones
+ * @zones:  Array of zones
  *
  * After this function has been called the zones specified in the
  * array will be associated with the jack.