summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-07-14 17:05:25 -0700
committerMark Brown <broonie@kernel.org>2026-08-06 17:15:19 +0100
commitc185ef7749d16dc41c3cd8651369ebd11fec3312 (patch)
treea84ca7906a0f9efdf9ea039d74d123858ff9b559 /include
parentc53d7302023ded002ac2811ba66368edb8010c47 (diff)
downloadlinux-c185ef7749d16dc41c3cd8651369ebd11fec3312.tar.gz
linux-c185ef7749d16dc41c3cd8651369ebd11fec3312.zip
ASoC: wm8904: don't use "/**" for non-kernel-doc comments
Modify these errant comments to use "/*" since they are not kernel-doc comments. Warning: include/sound/wm8904.h:119 This comment starts with '/**', but isn't a kernel-doc comment. * DRC configurations are specified with a label and a set of register Warning: ../include/sound/wm8904.h:134 This comment starts with '/**', but isn't a kernel-doc comment. * ReTune Mobile configurations are specified with a label, sample Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20260715000525.739874-15-rdunlap@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/wm8904.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/wm8904.h b/include/sound/wm8904.h
index 8b2c16b524f7..151a05b13dfc 100644
--- a/include/sound/wm8904.h
+++ b/include/sound/wm8904.h
@@ -116,7 +116,7 @@
#define WM8904_DRC_REGS 4
#define WM8904_EQ_REGS 24
-/**
+/*
* DRC configurations are specified with a label and a set of register
* values to write (the enable bits will be ignored). At runtime an
* enumerated control will be presented for each DRC block allowing
@@ -131,7 +131,7 @@ struct wm8904_drc_cfg {
u16 regs[WM8904_DRC_REGS];
};
-/**
+/*
* ReTune Mobile configurations are specified with a label, sample
* rate and set of values to write (the enable bits will be ignored).
*