diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-07-14 17:05:24 -0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-06 17:15:18 +0100 |
| commit | c53d7302023ded002ac2811ba66368edb8010c47 (patch) | |
| tree | 1ed5855fc1f0844db2aaf06743a0bfe1c5ed130c /include/uapi | |
| parent | 62f85ba4023ba2257e397ab4c0df258176b91897 (diff) | |
| download | linux-c53d7302023ded002ac2811ba66368edb8010c47.tar.gz linux-c53d7302023ded002ac2811ba66368edb8010c47.zip | |
ASoC: qcom: audioreach: use C-style "/*" comment
Modify the "/**" to use "/*" instead since this is not a kernel-doc
comment. This avoids all kernel-doc warnings in this header file:
Warning: include/uapi/sound/snd_ar_tokens.h:61 Cannot find identifier on line:
* %AR_TKN_U32_SUB_GRAPH_INSTANCE_ID: Sub Graph Instance Id
Warning: ../include/uapi/sound/snd_ar_tokens.h:62 Cannot find identifier on line: *
Warning: ../include/uapi/sound/snd_ar_tokens.h:63 Cannot find identifier on line:
* %AR_TKN_U32_SUB_GRAPH_PERF_MODE: Performance mode of subgraph
Warning: include/uapi/sound/snd_ar_tokens.h:64 This comment starts with '/**', but isn't a kernel-doc comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20260715000525.739874-14-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/snd_ar_tokens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/snd_ar_tokens.h b/include/uapi/sound/snd_ar_tokens.h index 1700e3f5cb64..cf8ab6b85e34 100644 --- a/include/uapi/sound/snd_ar_tokens.h +++ b/include/uapi/sound/snd_ar_tokens.h @@ -58,7 +58,7 @@ enum ar_event_types { #define SND_SOC_AR_TPLG_FE_BE_GRAPH_CTL_MIX 256 #define SND_SOC_AR_TPLG_VOL_CTL 257 -/** +/* * %AR_TKN_U32_SUB_GRAPH_INSTANCE_ID: Sub Graph Instance Id * * %AR_TKN_U32_SUB_GRAPH_PERF_MODE: Performance mode of subgraph |
