diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-07-13 10:55:09 -0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-27 20:28:02 +0100 |
| commit | 34dfc478c963e035d0c2ce61bbe610c9c745b634 (patch) | |
| tree | 8dbd4dad989024903426de35b449edd21bc59946 | |
| parent | 2b77b6f4467ef38b6769a9a5a0ec04fd2e03cc88 (diff) | |
| download | linux-next-34dfc478c963e035d0c2ce61bbe610c9c745b634.tar.gz linux-next-34dfc478c963e035d0c2ce61bbe610c9c745b634.zip | |
ASoC: SOF: don't use "/**" for non-kernel-doc comments
Modify these errant comments to use "/*" since they are not kernel-doc
comments.
Warning: ../include/sound/sof/header.h:182 This comment starts with '/**', but isn't a kernel-doc comment.
* OOPS header architecture specific data.
Warning: ../include/sound/sof/header.h:190 This comment starts with '/**', but isn't a kernel-doc comment.
* OOPS header platform specific data.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260713175510.524728-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | include/sound/sof/header.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/sof/header.h b/include/sound/sof/header.h index 4e406dc22f31..6c2c3a5fc90d 100644 --- a/include/sound/sof/header.h +++ b/include/sound/sof/header.h @@ -179,7 +179,7 @@ struct sof_ipc_compound_hdr { uint32_t count; /**< count of 0 means end of compound sequence */ } __packed; -/** +/* * OOPS header architecture specific data. */ struct sof_ipc_dsp_oops_arch_hdr { @@ -187,7 +187,7 @@ struct sof_ipc_dsp_oops_arch_hdr { uint32_t totalsize; /* Total size of oops message */ } __packed; -/** +/* * OOPS header platform specific data. */ struct sof_ipc_dsp_oops_plat_hdr { |
