usb: Restore the usb_header label
authorFabio Estevam <festevam@gmail.com>
Fri, 21 May 2021 01:36:08 +0000 (22:36 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 May 2021 12:41:37 +0000 (14:41 +0200)
commit10505b720189ecc3852596a70a7e391b2a5c5b57
tree7c0f0ad00abd44fe5e10f7a3adbce6ce6a00f120
parentc58bbe3477f75deb7883983e6cf428404a107555
usb: Restore the usb_header label

Commit caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location")
removed the reference to the _usb_header label by mistake, which causes the
following htmldocs build warning:

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

Restore the label.

Fixes: caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210521013608.17957-1-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/usb/usb.rst