mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
usb: typos 'requird', 'current'
%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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user