kernel/Documentation/driver-api/usb/hotplug.rst
.. .. @@ -122,7 +122,7 @@ 122 122 Most USB device drivers should pass these tables to the USB subsystem as 123 123 well as to the module management subsystem. Not all, though: some driver 124 124 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.126 126 127 127 Drivers that connect directly to the USB subsystem should be declared 128 128 something like this::