On Fri, Mar 13, 2026 at 5:42 AM John S <[email protected]> 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 <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

