[PATCH] [linux-next] sound: soc: Fix warning while make xmldocs caused by pcm_native.c

From: Masanari Iida
Date: Tue Nov 11 2014 - 11:14:18 EST


This patch fix following warning.

Warning(.//sound/core/pcm_native.c:1112): Excess function parameter
'state' description in 'snd_pcm_stop_xrun'

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
sound/core/pcm_native.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index a3d1221..095d957 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -1101,7 +1101,6 @@ int snd_pcm_drain_done(struct snd_pcm_substream *substream)
/**
* snd_pcm_stop_xrun - stop the running streams as XRUN
* @substream: the PCM substream instance
- * @state: PCM state after stopping the stream
*
* This stops the given running substream (and all linked substreams) as XRUN.
* Unlike snd_pcm_stop(), this function takes the substream lock by itself.
--
2.2.0.rc1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/