Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: codecs: wsa88xx/wcd938x: Drop kerneldoc marker from inner comment

Drop the kerneldoc marker from a comment within a function:

wsa883x.c:1402: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202504261851.TJGZIvtl-lkp@intel.com/
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250427105105.18164-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
9cd54a6b c788129c

+3 -3
+1 -1
sound/soc/codecs/wcd938x-sdw.c
··· 1225 1225 if (!wcd) 1226 1226 return -ENOMEM; 1227 1227 1228 - /** 1228 + /* 1229 1229 * Port map index starts with 0, however the data port for this codec 1230 1230 * are from index 1 1231 1231 */
+1 -1
sound/soc/codecs/wsa883x.c
··· 1584 1584 wsa883x->sconfig.type = SDW_STREAM_PDM; 1585 1585 mutex_init(&wsa883x->sp_lock); 1586 1586 1587 - /** 1587 + /* 1588 1588 * Port map index starts with 0, however the data port for this codec 1589 1589 * are from index 1 1590 1590 */
+1 -1
sound/soc/codecs/wsa884x.c
··· 2085 2085 wsa884x->sconfig.direction = SDW_DATA_DIR_RX; 2086 2086 wsa884x->sconfig.type = SDW_STREAM_PDM; 2087 2087 2088 - /** 2088 + /* 2089 2089 * Port map index starts with 0, however the data port for this codec 2090 2090 * are from index 1 2091 2091 */