Skip to content

Commit d41f68d

Browse files
rddunlaptiwai
authored andcommitted
ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
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: 3b196c3 ("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>
1 parent 2b929b6 commit d41f68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/firewire/amdtp-stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* allows 5 times as large as IEC 61883-6 defines.
3333
* @CIP_HEADER_WITHOUT_EOH: Only for in-stream. CIP Header doesn't include
3434
* valid EOH.
35-
* @CIP_NO_HEADERS: a lack of headers in packets
35+
* @CIP_NO_HEADER: a lack of headers in packets
3636
* @CIP_UNALIGHED_DBC: Only for in-stream. The value of dbc is not alighed to
3737
* the value of current SYT_INTERVAL; e.g. initial value is not zero.
3838
* @CIP_UNAWARE_SYT: For outgoing packet, the value in SYT field of CIP is 0xffff.

0 commit comments

Comments
 (0)