On Mon, Dec 15, 2025 at 7:39 PM Bagas Sanjaya bagasdotme@gmail.com wrote:
Sphinx reports kernel-doc warnings:
WARNING: ./include/linux/virtio.h:181 struct member 'map' not described in 'virtio_device' WARNING: ./include/linux/virtio.h:181 struct member 'vmap' not described in 'virtio_device'
Describe these members.
Fixes: bee8c7c24b7373 ("virtio: introduce map ops in virtio core") Signed-off-by: Bagas Sanjaya bagasdotme@gmail.com
Acked-by: Jason Wang jasowang@redhat.com
Thanks