From: Lee Jones Date: Thu, 9 Jul 2020 16:23:26 +0000 (-0500) Subject: ASoC: codecs: tlv320aic26: Demote seemingly unintentional kerneldoc header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c90a67458ee158ba770d656ec66abca81e23f53a;p=linux.git ASoC: codecs: tlv320aic26: Demote seemingly unintentional kerneldoc header This is the only use of kerneldoc in the sourcefile and no descriptions are provided. Fixes the following W=1 kernel build warning(s): sound/soc/codecs/tlv320aic26.c:138: warning: Function parameter or member 'dai' not described in 'aic26_mute' sound/soc/codecs/tlv320aic26.c:138: warning: Function parameter or member 'mute' not described in 'aic26_mute' Signed-off-by: Lee Jones Signed-off-by: Pierre-Louis Bossart Cc: Kuninori Morimoto Cc: Grant Likely Link: https://lore.kernel.org/r/20200709162328.259586-10-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c index 032b397356438..4569bbc08acb3 100644 --- a/sound/soc/codecs/tlv320aic26.c +++ b/sound/soc/codecs/tlv320aic26.c @@ -131,7 +131,7 @@ static int aic26_hw_params(struct snd_pcm_substream *substream, return 0; } -/** +/* * aic26_mute - Mute control to reduce noise when changing audio format */ static int aic26_mute(struct snd_soc_dai *dai, int mute)