2022-08-11 02:28:14

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:

Documentation/driver-api/index.rst:14: WARNING: toctree contains reference to nonexisting document 'driver-api/virtio/index'

Introduced by commit

6355eeb59129 ("docs: driver-api: virtio: virtio on Linux")

--
Cheers,
Stephen Rothwell


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

2022-08-11 07:07:14

by Ricardo Cañuelo

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

Hi Stephen, Michael,

On 11/8/22 3:59, Stephen Rothwell wrote:
> Hi all,
>
> After merging the vhost tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/driver-api/index.rst:14: WARNING: toctree contains reference to nonexisting document 'driver-api/virtio/index'
>
> Introduced by commit
>
> 6355eeb59129 ("docs: driver-api: virtio: virtio on Linux")
>

The patch that ended up in the vhost tree is only a part of the
complete patch:
https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git/commit/?h=linux-next&id=6355eeb59129a31aed0adb60d174df63a5630f8e

The full patch is this:
https://lore.kernel.org/linux-doc/[email protected]/T/#t

Cheers,
Ricardo