OSDN Git Service

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)
commitbb19ba2a345439b4de3f6d59819da9853500ac4d
treec74ede0709785169df3f346681557f398bbe84df
parent2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e
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 <rdunlap@infradead.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c