Skip to content

Commit 10505b7

Browse files
fabioestevamgregkh
authored andcommitted
usb: Restore the usb_header label
Commit caa93d9 ("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: caa93d9 ("usb: Fix up movement of USB core kerneldoc location") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c58bbe3 commit 10505b7

File tree

1 file changed

+2
-0
lines changed
  • Documentation/driver-api/usb

1 file changed

+2
-0
lines changed

Documentation/driver-api/usb/usb.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ are in ``drivers/usb/common/common.c``.
123123
In addition, some functions useful for creating debugging output are
124124
defined in ``drivers/usb/common/debug.c``.
125125

126+
.. _usb_header:
127+
126128
Host-Side Data Types and Macros
127129
===============================
128130

0 commit comments

Comments
 (0)