From: Masanari Iida Date: Wed, 28 Jan 2015 03:44:27 +0000 (+0900) Subject: ASoC: Fix warning with make xmldocs caused by soc-devres.c X-Git-Tag: v4.0-rc1~129^2~13^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f1a11e624d0e8f02282204adfc2a1d374d49fb5;p=thirdparty%2Fkernel%2Flinux.git ASoC: Fix warning with make xmldocs caused by soc-devres.c 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-devres.c b/sound/soc/soc-devres.c index 057e5ef7dcce6..a57921eeee81a 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.