hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/driver-api/usb/hotplug.rst
....@@ -122,7 +122,7 @@
122122 Most USB device drivers should pass these tables to the USB subsystem as
123123 well as to the module management subsystem. Not all, though: some driver
124124 frameworks connect using interfaces layered over USB, and so they won't
125
-need such a struct :c:type:`usb_driver`.
125
+need such a struct usb_driver.
126126
127127 Drivers that connect directly to the USB subsystem should be declared
128128 something like this::