From: Masanari Iida <standby24x7@gmail.com>
Date: Tue, 11 Nov 2014 15:52:23 +0000 (+0900)
Subject: ASoC: jack: Fix warning while make htmldocs caused by soc-jack.c
X-Git-Tag: firefly_0821_release~176^2~2610^2~38^2~18^3
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb29a93b38610d2adc6ead40b75e1a1991617550;p=firefly-linux-kernel-4.4.55.git

ASoC: jack: Fix warning while make htmldocs caused by soc-jack.c

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>
---

diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
index ab47fea997a3..ef1d42d7c6f6 100644
--- a/sound/soc/soc-jack.c
+++ b/sound/soc/soc-jack.c
@@ -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.