mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c
@ 2014-11-11 15:52 Masanari Iida
  2014-11-18 15:01 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-11-11 15:52 UTC (permalink / raw)
  To: linux-kernel, tiwai, lgirdwood, broonie, perex; +Cc: Masanari Iida

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>
---
 sound/soc/soc-jack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
index f921d00..4380dcc 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.
-- 
2.2.0.rc1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c
  2014-11-11 15:52 [PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c Masanari Iida
@ 2014-11-18 15:01 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-11-18 15:01 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, tiwai, lgirdwood, perex

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

On Wed, Nov 12, 2014 at 12:52:23AM +0900, Masanari Iida wrote:
> This patch fix following errors while "make htmldocs" on
> linux-next-20141110.

Applied, thanks.  Please use subject lines matching the style for the
subsystem.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-18 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 15:52 [PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c Masanari Iida
2014-11-18 15:01 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®