From: Randy Dunlap Date: Mon, 30 Oct 2017 00:10:34 +0000 (-0700) Subject: ASoC: fix build warning in soc-core.c X-Git-Tag: Ubuntu-5.13.0-19.19~12197^2~1^2~7^5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bb19ba2a345439b4de3f6d59819da9853500ac4d;p=mirror_ubuntu-jammy-kernel.git ASoC: fix build warning in soc-core.c Fix kernel-doc build error. A symbol that ends with an underscore character ('_') has special meaning in reST (reStructuredText), so add a '*' to prevent this error and to indicate that there are several of these values to choose from. ../sound/soc/soc-core.c:2799: ERROR: Unknown target name: "snd_soc_daifmt". Signed-off-by: Randy Dunlap Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index fee4b0ef5566..3ef6989552c9 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -2796,7 +2796,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_set_bclk_ratio); /** * snd_soc_dai_set_fmt - configure DAI hardware audio format. * @dai: DAI - * @fmt: SND_SOC_DAIFMT_ format value. + * @fmt: SND_SOC_DAIFMT_* format value. * * Configures the DAI hardware format and clocking. */