]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: codecs: wsa88xx/wcd938x: Drop kerneldoc marker from inner comment
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 27 Apr 2025 10:51:06 +0000 (12:51 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 1 May 2025 20:38:51 +0000 (05:38 +0900)
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>
sound/soc/codecs/wcd938x-sdw.c
sound/soc/codecs/wsa883x.c
sound/soc/codecs/wsa884x.c

index cabddadc90efa81c10a364609b5519913ec7fcb5..e822cc14525066a8fff1e1d2de5cc7fdb38d77d1 100644 (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
         */
index 1c9df7c061bd30605322acc276c1a57ba092d5e0..f04d99c66f332e18fe4c201f78360416c1607466 100644 (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
         */
index daada1a2a34c5200978df131fded0be6f72788aa..fd6ebc25fe894a5981df4e39d10d0f27d21c3a25 100644 (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
         */