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>
This commit is contained in:
Krzysztof Kozlowski
2025-04-27 12:51:06 +02:00
committed by Mark Brown
parent c788129c85
commit 9cd54a6bf1
3 changed files with 3 additions and 3 deletions

View File

@@ -1225,7 +1225,7 @@ static int wcd9380_probe(struct sdw_slave *pdev,
if (!wcd)
return -ENOMEM;
/**
/*
* Port map index starts with 0, however the data port for this codec
* are from index 1
*/

View File

@@ -1584,7 +1584,7 @@ static int wsa883x_probe(struct sdw_slave *pdev,
wsa883x->sconfig.type = SDW_STREAM_PDM;
mutex_init(&wsa883x->sp_lock);
/**
/*
* Port map index starts with 0, however the data port for this codec
* are from index 1
*/

View File

@@ -2085,7 +2085,7 @@ static int wsa884x_probe(struct sdw_slave *pdev,
wsa884x->sconfig.direction = SDW_DATA_DIR_RX;
wsa884x->sconfig.type = SDW_STREAM_PDM;
/**
/*
* Port map index starts with 0, however the data port for this codec
* are from index 1
*/