2022-12-20 00:22:54

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the vhost tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-12-20 06:30:47

by Michael S. Tsirkin

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the vhost tree

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


2022-12-20 07:33:40

by Ricardo Cañuelo

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the vhost tree

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