]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: typos 'requird', 'current'
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 5 Nov 2025 00:07:51 +0000 (01:07 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 7 Jun 2026 14:44:04 +0000 (16:44 +0200)
%s/requird/required/
%s/current XHCI/currently XHCI/

Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
drivers/usb/host/usb-uclass.c

index 7247245a702ac013173f2cb726bd3e486fdcde23..1c74d6fd39addcbb5ff997c29b60f3ffb963120e 100644 (file)
@@ -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;