linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c
@ 2015-01-28  3:44 Masanari Iida
  2015-01-28 11:36 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-01-28  3:44 UTC (permalink / raw)
  To: linux-kernel, broonie, lgirdwood; +Cc: tiwai, perex, Masanari Iida

This patch fix warning while "make xmldocs".

Warning(.//sound/soc/soc-devres.c:70): No description
 found for parameter 'platform_drv'
Warning(.//sound/soc/soc-devres.c:70): Excess function
 parameter 'platform' description in 'devm_snd_soc_register_platform'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/soc/soc-devres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/soc-devres.c b/sound/soc/soc-devres.c
index 057e5ef..a57921e 100644
--- a/sound/soc/soc-devres.c
+++ b/sound/soc/soc-devres.c
@@ -60,7 +60,7 @@ static void devm_platform_release(struct device *dev, void *res)
 /**
  * devm_snd_soc_register_platform - resource managed platform registration
  * @dev: Device used to manage platform
- * @platform: platform to register
+ * @platform_drv: platform to register
  *
  * Register a platform driver with automatic unregistration when the device is
  * unregistered.
-- 
2.3.0.rc1.30.g76afe74


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

* Re: [PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c
  2015-01-28  3:44 [PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c Masanari Iida
@ 2015-01-28 11:36 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-01-28 11:36 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, lgirdwood, tiwai, perex

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

On Wed, Jan 28, 2015 at 12:44:27PM +0900, Masanari Iida wrote:
> This patch fix warning while "make xmldocs".

Applied, thanks.  Please use subject lines matching the style for the
subsystem (ASoC: ).

[-- 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:[~2015-01-29  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28  3:44 [PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c Masanari Iida
2015-01-28 11:36 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).