Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Masanari Iida and committed by
Mark Brown
2f1a11e6 97bf6af1

+1 -1
+1 -1
sound/soc/soc-devres.c
··· 60 60 /** 61 61 * devm_snd_soc_register_platform - resource managed platform registration 62 62 * @dev: Device used to manage platform 63 - * @platform: platform to register 63 + * @platform_drv: platform to register 64 64 * 65 65 * Register a platform driver with automatic unregistration when the device is 66 66 * unregistered.