Skip to content

Commit 9cd54a6

Browse files
krzkbroonie
authored andcommitted
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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c788129 commit 9cd54a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sound/soc/codecs/wcd938x-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ static int wcd9380_probe(struct sdw_slave *pdev,
12251225
if (!wcd)
12261226
return -ENOMEM;
12271227

1228-
/**
1228+
/*
12291229
* Port map index starts with 0, however the data port for this codec
12301230
* are from index 1
12311231
*/

sound/soc/codecs/wsa883x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ static int wsa883x_probe(struct sdw_slave *pdev,
15841584
wsa883x->sconfig.type = SDW_STREAM_PDM;
15851585
mutex_init(&wsa883x->sp_lock);
15861586

1587-
/**
1587+
/*
15881588
* Port map index starts with 0, however the data port for this codec
15891589
* are from index 1
15901590
*/

sound/soc/codecs/wsa884x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ static int wsa884x_probe(struct sdw_slave *pdev,
20852085
wsa884x->sconfig.direction = SDW_DATA_DIR_RX;
20862086
wsa884x->sconfig.type = SDW_STREAM_PDM;
20872087

2088-
/**
2088+
/*
20892089
* Port map index starts with 0, however the data port for this codec
20902090
* are from index 1
20912091
*/

0 commit comments

Comments
 (0)