diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-05 01:07:51 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-06-07 16:44:04 +0200 |
| commit | 5a1818d54c8abfe8f4f72a3fa370b299b2bfe125 (patch) | |
| tree | 34336ceef3d7316386f8cbaab52c4a646a97bb0c | |
| parent | bc82aa5b4145eba47f57e6f7148e0fa45bc16f51 (diff) | |
usb: typos 'requird', 'current'
%s/requird/required/
%s/current XHCI/currently XHCI/
Reviewed-by: Marek Vasut <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | drivers/usb/host/usb-uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c index 7247245a702..1c74d6fd39a 100644 --- a/drivers/usb/host/usb-uclass.c +++ b/drivers/usb/host/usb-uclass.c @@ -134,7 +134,7 @@ int usb_alloc_device(struct usb_device *udev) struct udevice *bus = udev->controller_dev; struct dm_usb_ops *ops = usb_get_ops(bus); - /* This is only requird by some controllers - current XHCI */ + /* This is only required by some controllers - currently XHCI */ if (!ops->alloc_device) return 0; |
