hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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::