]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: musb-new: fix typos
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 22 Sep 2025 14:12:29 +0000 (16:12 +0200)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Tue, 4 Nov 2025 11:42:10 +0000 (12:42 +0100)
Typos found via codespell utility.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
drivers/usb/musb-new/musb_core.c
drivers/usb/musb-new/musb_gadget.c
drivers/usb/musb-new/musb_host.c

index a14b127dc37e5f70f93ed08be03dd9e4ec082df1..17ec0d3acbd3e8ad26e7cf61f644d420394e4343 100644 (file)
@@ -1954,7 +1954,7 @@ musb_init_controller(struct musb_hdrc_platform_data *plat, struct device *dev,
 
        /* The musb_platform_init() call:
         *   - adjusts musb->mregs and musb->isr if needed,
-        *   - may initialize an integrated tranceiver
+        *   - may initialize an integrated transceiver
         *   - initializes musb->xceiv, usually by otg_get_phy()
         *   - stops powering VBUS
         *
index 08fac829ce71ef695a1b0e01ceb078095a168e3c..7daff5850f19eb9e0447cb9ea48a51809a5d64ab 100644 (file)
@@ -728,7 +728,7 @@ static void rxstate(struct musb *musb, struct musb_request *req)
         * mode 0 only. So we do not get endpoint interrupts due to DMA
         * completion. We only get interrupts from DMA controller.
         *
-        * We could operate in DMA mode 1 if we knew the size of the tranfer
+        * We could operate in DMA mode 1 if we knew the size of the transfer
         * in advance. For mass storage class, request->length = what the host
         * sends, so that'd work.  But for pretty much everything else,
         * request->length is routinely more than what the host sends. For
@@ -1422,7 +1422,7 @@ done:
 }
 
 /*
- * Set or clear the halt bit of an endpoint. A halted enpoint won't tx/rx any
+ * Set or clear the halt bit of an endpoint. A halted endpoint won't tx/rx any
  * data but will queue requests.
  *
  * exported to ep0 code
index 7528a53d73e1c1700cd9cde8fb2c720c7762241d..7f296d15984a78f1d9a24687208647e7b35fe331 100644 (file)
@@ -1862,7 +1862,7 @@ static int musb_schedule(
                        head = &musb->out_bulk;
 
                /* Enable bulk RX NAK timeout scheme when bulk requests are
-                * multiplexed.  This scheme doen't work in high speed to full
+                * multiplexed.  This scheme doesn't work in high speed to full
                 * speed scenario as NAK interrupts are not coming from a
                 * full speed device connected to a high speed device.
                 * NAK timeout interval is 8 (128 uframe or 16ms) for HS and