2021-04-26 12:45:22

by Stephen Rothwell

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

Hi all,

After merging the usb tree, today's linux-next build (htlmdocs) produced
this warning:

Documentation/driver-api/usb/writing_usb_driver.rst:129: WARNING: undefined label: usb_header

Presumably introduced by commit

caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location")

--
Cheers,
Stephen Rothwell


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

2021-04-26 12:54:17

by Greg KH

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

On Mon, Apr 26, 2021 at 10:44:13PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the usb tree, today's linux-next build (htlmdocs) produced
> this warning:
>
> Documentation/driver-api/usb/writing_usb_driver.rst:129: WARNING: undefined label: usb_header
>
> Presumably introduced by commit
>
> caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location")

Ugh, we'll get this right yet, there's been updates posted, I'll pick
them up after 5.13-rc1 is out.

thanks!

greg k-h

2021-05-21 20:04:34

by Stephen Rothwell

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

Hi all,

On Mon, 26 Apr 2021 14:53:15 +0200 Greg KH <[email protected]> wrote:
>
> On Mon, Apr 26, 2021 at 10:44:13PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the usb tree, today's linux-next build (htlmdocs) produced
> > this warning:
> >
> > Documentation/driver-api/usb/writing_usb_driver.rst:129: WARNING: undefined label: usb_header
> >
> > Presumably introduced by commit
> >
> > caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location")
>
> Ugh, we'll get this right yet, there's been updates posted, I'll pick
> them up after 5.13-rc1 is out.

I am still seeing this warning.

--
Cheers,
Stephen Rothwell


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

2021-05-21 20:05:46

by Fabio Estevam

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

Hi Stephen,

On Thu, May 20, 2021 at 9:40 PM Stephen Rothwell <[email protected]> wrote:

> I am still seeing this warning.

I will submit a fix for this warning.

Thanks