Re: [PATCH] virtio: add kernel-doc for map and vmap members
From: Jason Wang
Date: Fri Mar 13 2026 - 02:27:06 EST
On Fri, Mar 13, 2026 at 5:42 AM John S <xaum.io@xxxxxxxxx> wrote:
>
> Document the map and vmap members of struct virtio_device that were
> added without kernel-doc descriptions.
>
> This fixes the following warnings when building with W=1:
>
> include/linux/virtio.h: struct member 'map' not described in 'virtio_device'
> include/linux/virtio.h: struct member 'vmap' not described in 'virtio_device'
>
> Signed-off-by: Kit Dallege <xaum.io@xxxxxxxxx>
Acked-by: Jason Wang <jasowang@xxxxxxxxxx>
Thanks