From: Pierre-Louis Bossart Date: Wed, 1 Jul 2020 18:13:18 +0000 (-0500) Subject: ASoC: codecs: wm9713: remove spurious kernel-doc comment start X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=442950a3dc9ced1e3416e497f97636cc4c955ccf;p=uclinux-h8%2Flinux.git ASoC: codecs: wm9713: remove spurious kernel-doc comment start Fix W=1 warning Signed-off-by: Pierre-Louis Bossart Acked-by: Charles Keepax Link: https://lore.kernel.org/r/20200701181320.80848-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index a662a5547eb6..7072ffacbdfd 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c @@ -807,7 +807,7 @@ static void pll_factors(struct snd_soc_component *component, pll_div->k = K; } -/** +/* * Please note that changing the PLL input frequency may require * resynchronisation with the AC97 controller. */