From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- 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