From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/Documentation/driver-api/usb/hotplug.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/usb/hotplug.rst b/kernel/Documentation/driver-api/usb/hotplug.rst index 79663e6..c1e1310 100644 --- a/kernel/Documentation/driver-api/usb/hotplug.rst +++ b/kernel/Documentation/driver-api/usb/hotplug.rst @@ -122,7 +122,7 @@ Most USB device drivers should pass these tables to the USB subsystem as well as to the module management subsystem. Not all, though: some driver frameworks connect using interfaces layered over USB, and so they won't -need such a struct :c:type:`usb_driver`. +need such a struct usb_driver. Drivers that connect directly to the USB subsystem should be declared something like this:: -- Gitblit v1.6.2