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
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
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
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