]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitd41f68dff783d181a8fd462e612bda0fbab7f735
treeab75ede98700e715d9d2d3a0cfc1be241c7f10dd
parent2b929b6eec0c7c45eb554256d349c16c0ba1df3c
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: 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