Hi all,
After merging the vhost tree, today's linux-next build (htmldocs)
produced this warning:
include/linux/virtio_config.h:74: warning: duplicate section name 'Note'
include/linux/virtio_config.h:94: warning: expecting prototype for virtio_config_ops(). Prototype was for vq_callback_t() instead
Revelealed by commit
333723e8bc39 ("docs: driver-api: virtio: virtio on Linux")
--
Cheers,
Stephen Rothwell
On Tue, Dec 20, 2022 at 10:59:56AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the vhost tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/linux/virtio_config.h:74: warning: duplicate section name 'Note'
> include/linux/virtio_config.h:94: warning: expecting prototype for virtio_config_ops(). Prototype was for vq_callback_t() instead
>
> Revelealed by commit
>
> 333723e8bc39 ("docs: driver-api: virtio: virtio on Linux")
Ricardo I assume you will fix this? Patch on top is ok.
> --
> Cheers,
> Stephen Rothwell
On 20/12/22 7:01, Michael S. Tsirkin wrote:
> Ricardo I assume you will fix this? Patch on top is ok.
Yes, I'll take a look.
Cheers,
Ricardo