ASoC: Fix warning caused by a typo in comments of snd_soc_add_platform()
authorMasanari Iida <standby24x7@gmail.com>
Wed, 15 Jul 2015 14:02:39 +0000 (23:02 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 15 Jul 2015 16:56:51 +0000 (17:56 +0100)
This patch fix following warnings.
Warning(.//sound/soc/soc-core.c:2855): No description found
for parameter 'platform_drv'
Warning(.//sound/soc/soc-core.c:2855): Excess function parameter
'platform_driver' description in 'snd_soc_add_platform'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index 68e54144467e6c02f590101b5533b7c036ba223d..90d6335de17a8936e71925e63a7669d1cd71a25a 100644 (file)
@@ -2838,7 +2838,7 @@ static void snd_soc_platform_drv_remove(struct snd_soc_component *component)
  * snd_soc_add_platform - Add a platform to the ASoC core
  * @dev: The parent device for the platform
  * @platform: The platform to add
- * @platform_driver: The driver for the platform
+ * @platform_drv: The driver for the platform
  */
 int snd_soc_add_platform(struct device *dev, struct snd_soc_platform *platform,
                const struct snd_soc_platform_driver *platform_drv)