From: Lad Prabhakar Date: Mon, 7 Apr 2025 10:50:01 +0000 (+0100) Subject: usb: renesas_usbhs: Fix typo in comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8fb4c9d7c113f9987bfae79f308b2e498cc9792e;p=users%2Fjedix%2Flinux-maple.git usb: renesas_usbhs: Fix typo in comment Fix a typo in the comment by correcting "deviece" to "device" for clarity and readability. Signed-off-by: Lad Prabhakar Acked-by: Kuninori Morimoto Reviewed-by: Yoshihiro Shimoda Link: https://lore.kernel.org/r/20250407105002.107181-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index 03d4d40c90b3f..703cf5d0cb41f 100644 --- a/drivers/usb/renesas_usbhs/common.c +++ b/drivers/usb/renesas_usbhs/common.c @@ -710,7 +710,7 @@ static int usbhs_probe(struct platform_device *pdev) goto probe_fail_clks; /* - * deviece reset here because + * device reset here because * USB device might be used in boot loader. */ usbhs_sys_clock_ctrl(priv, 0);