]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
usb: renesas_usbhs: Fix typo in comment
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Mon, 7 Apr 2025 10:50:01 +0000 (11:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Apr 2025 14:08:34 +0000 (16:08 +0200)
Fix a typo in the comment by correcting "deviece" to "device"
for clarity and readability.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20250407105002.107181-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/common.c

index 03d4d40c90b3f2955df24f62a575f52c310507e9..703cf5d0cb41fefbd99a093e6f8280a0e288031d 100644 (file)
@@ -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);