]> www.infradead.org Git - users/hch/misc.git/commitdiff
ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 14 Oct 2025 03:05:52 +0000 (20:05 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 14 Oct 2025 13:12:52 +0000 (15:12 +0200)
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>
sound/firewire/amdtp-stream.h

index 775db3fc4959f57d006a247d5f5d6d74586a110c..ec10270c2cce3d6332e1cce8eac8bf5c23b806a4 100644 (file)
@@ -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.