On Wed, Oct 29, 2025 at 11:36 AM Sukrut Heroorkar <[email protected]> wrote: > > Building with W=1 reports: > Warning: drivers/virtio/virtio_ring.c:3174 function parameter 'vaddr' > not described in 'virtqueue_map_free_coherent' > > The @vaddr parameter was introduced when virtqueue_map_free_coherent > was added in order to provide map operations to virtio device, but it > was never documented. Document @vaddr to silence this warning. > > Fixes: bee8c7c24b73 ("virtio: introduce map ops in virtio core") > Signed-off-by: Sukrut Heroorkar <[email protected]>
Acked-by: Jason Wang <[email protected]> Thanks

