mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
ALSA: virtio: drop an extaneous kernel-doc comment
Drop a kernel-doc struct comment since the struct member was removed.
This eliminates a kernel-doc warning when make W=1 is used.
virtio_pcm.h:65: warning: Excess struct member 'msg_last_enqueued'
description in 'virtio_pcm_substream'
Fixes: fe981e6756 ("ALSA: virtio: use ack callback")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260216055956.2784399-1-rdunlap@infradead.org
This commit is contained in:
parent
d1aa2b9aad
commit
4f01559b5e
|
|
@ -37,7 +37,6 @@ struct virtio_pcm_msg;
|
|||
* the device side at resume.
|
||||
* @msgs: Allocated I/O messages.
|
||||
* @nmsgs: Number of allocated I/O messages.
|
||||
* @msg_last_enqueued: Index of the last I/O message added to the virtqueue.
|
||||
* @msg_count: Number of pending I/O messages in the virtqueue.
|
||||
* @msg_empty: Notify when msg_count is zero.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user