From: Lee Jones Date: Thu, 9 Jul 2020 16:23:22 +0000 (-0500) Subject: ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc header X-Git-Tag: v5.10.7~1331^2~24^2~117^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=701f4727f7bb35e9dca7e2c65f44af0608ef3d6b;p=platform%2Fkernel%2Flinux-rpi.git ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc header This is the only use of kerneldoc in the sourcefile and full descriptions are not provided. Fixes the following W=1 kernel build warning(s): sound/soc/pxa/pxa-ssp.c:186: warning: Function parameter or member 'ssp' not described in 'pxa_ssp_set_scr' Signed-off-by: Lee Jones Signed-off-by: Pierre-Louis Bossart Cc: Daniel Mack Cc: Haojian Zhuang Cc: Robert Jarzmik Link: https://lore.kernel.org/r/20200709162328.259586-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index 6a72cc1..d1e09ad 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c @@ -178,7 +178,7 @@ static int pxa_ssp_resume(struct snd_soc_component *component) #define pxa_ssp_resume NULL #endif -/** +/* * ssp_set_clkdiv - set SSP clock divider * @div: serial clock rate divider */