]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ASoC: fix build warning in soc-core.c
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 30 Oct 2017 00:10:34 +0000 (17:10 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 1 Nov 2017 10:19:47 +0000 (10:19 +0000)
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 <rdunlap@infradead.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c

index fee4b0ef5566cf9e8de0bf5c568706da9cab2ea2..3ef6989552c9db59c20e37d042f541b429038b8a 100644 (file)
@@ -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.
  */