[PATCH 1/1] usb: typos 'requird', 'current'
Marek Vasut
marek.vasut at mailbox.org
Wed Nov 5 02:40:53 CET 2025
On 11/5/25 1:07 AM, Heinrich Schuchardt wrote:
> %s/requird/required/
> %s/current XHCI/currently XHCI/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> drivers/usb/host/usb-uclass.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
Reviewed-by: Marek Vasut <marek.vasut at mailbox.org>
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list