summaryrefslogtreecommitdiff
path: root/sound/firewire
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2025-10-13 20:05:52 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-29 14:04:35 +0100
commitd18c1b5997e885b04cb285cdeea2870ef6ed3284 (patch)
tree264770ad79da07886a1ee2cba7145f44ce6c750a /sound/firewire
parent28e52c784cfc558d768b30c96fe5153de5534e39 (diff)
downloadlinux-d18c1b5997e885b04cb285cdeea2870ef6ed3284.tar.gz
linux-d18c1b5997e885b04cb285cdeea2870ef6ed3284.tar.bz2
linux-d18c1b5997e885b04cb285cdeea2870ef6ed3284.zip
ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
[ Upstream commit d41f68dff783d181a8fd462e612bda0fbab7f735 ] Fix spelling of CIP_NO_HEADER to prevent a kernel-doc warning. Warning: amdtp-stream.h:57 Enum value 'CIP_NO_HEADER' not described in enum 'cip_flags' Warning: amdtp-stream.h:57 Excess enum value '%CIP_NO_HEADERS' description in 'cip_flags' Fixes: 3b196c394dd9f ("ALSA: firewire-lib: add no-header packet processing") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound/firewire')
-rw-r--r--sound/firewire/amdtp-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/amdtp-stream.h b/sound/firewire/amdtp-stream.h
index 011d0f0c3941..dc70256ca220 100644
--- a/sound/firewire/amdtp-stream.h
+++ b/sound/firewire/amdtp-stream.h
@@ -32,7 +32,7 @@
* allows 5 times as large as IEC 61883-6 defines.
* @CIP_HEADER_WITHOUT_EOH: Only for in-stream. CIP Header doesn't include
* valid EOH.
- * @CIP_NO_HEADERS: a lack of headers in packets
+ * @CIP_NO_HEADER: a lack of headers in packets
* @CIP_UNALIGHED_DBC: Only for in-stream. The value of dbc is not alighed to
* the value of current SYT_INTERVAL; e.g. initial value is not zero.
* @CIP_UNAWARE_SYT: For outgoing packet, the value in SYT field of CIP is 0xffff.