Re: [PATCH 06/14] virtio: Describe @map and @vmap members in virtio_device struct
Jason Wang <[email protected]>
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <CACGkMEtJt7Df5kXWex8EoKdakdB8_xLjgCXQt5pUvk0dkGzVMA__40752.3593212076$1765860653$gmane$org@mail.gmail.com> |
On Mon, Dec 15, 2025 at 7:39 PM Bagas Sanjaya <[email protected]> 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 <[email protected]> > --- Acked-by: Jason Wang <[email protected]> Thanks