* [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings
@ 2025-10-14 3:05 Randy Dunlap
2025-10-14 13:09 ` Takashi Sakamoto
2025-10-14 13:47 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2025-10-14 3:05 UTC (permalink / raw)
To: linux-sound
Cc: Randy Dunlap, Takashi Sakamoto, Takashi Iwai, Clemens Ladisch,
Jaroslav Kysela
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>
---
Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Clemens Ladisch <clemens@ladisch.de>
Cc: Jaroslav Kysela <perex@perex.cz>
---
sound/firewire/amdtp-stream.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20251013.orig/sound/firewire/amdtp-stream.h
+++ linux-next-20251013/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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings
2025-10-14 3:05 [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings Randy Dunlap
@ 2025-10-14 13:09 ` Takashi Sakamoto
2025-10-14 13:47 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Sakamoto @ 2025-10-14 13:09 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-sound, Takashi Iwai
On Mon, Oct 13, 2025 at 08:05:52PM -0700, Randy Dunlap wrote:
> 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>
> ---
> Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
> Cc: Takashi Iwai <tiwai@suse.de>
> Cc: Clemens Ladisch <clemens@ladisch.de>
> Cc: Jaroslav Kysela <perex@perex.cz>
> ---
> sound/firewire/amdtp-stream.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Thanks
Takashi Sakamoto
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings
2025-10-14 3:05 [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings Randy Dunlap
2025-10-14 13:09 ` Takashi Sakamoto
@ 2025-10-14 13:47 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2025-10-14 13:47 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-sound, Takashi Sakamoto, Takashi Iwai, Clemens Ladisch,
Jaroslav Kysela
On Tue, 14 Oct 2025 05:05:52 +0200,
Randy Dunlap wrote:
>
> 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>
Applied now (with the correction of subject prefix).
thanks,
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-14 13:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 3:05 [PATCH] sound: amdtp-stream: fix enum kernel-doc warnings Randy Dunlap
2025-10-14 13:09 ` Takashi Sakamoto
2025-10-14 13:47 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox