]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/musb/musb_core.c
USB: musb: correct spelling mistakes in comment and error string
[karo-tx-linux.git] / drivers / usb / musb / musb_core.c
index 5942f002fa52faa32f81b7c7dbc96ba08150e13d..091eab5da02e52acfbce4cb6332a772c3b883243 100644 (file)
@@ -83,7 +83,7 @@
  * This gets many kinds of configuration information:
  *     - Kconfig for everything user-configurable
  *     - platform_device for addressing, irq, and platform_data
- *     - platform_data is mostly for board-specific informarion
+ *     - platform_data is mostly for board-specific information
  *       (plus recentrly, SOC or family details)
  *
  * Most of the conditional compilation will (someday) vanish.
@@ -1187,7 +1187,7 @@ fifo_setup(struct musb *musb, struct musb_hw_ep  *hw_ep,
        musb_writeb(mbase, MUSB_INDEX, hw_ep->epnum);
 
        /* EP0 reserved endpoint for control, bidirectional;
-        * EP1 reserved for bulk, two unidirection halves.
+        * EP1 reserved for bulk, two unidirectional halves.
         */
        if (hw_ep->epnum == 1)
                musb->bulk_ep = hw_ep;
@@ -1872,7 +1872,7 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
        /* The musb_platform_init() call:
         *   - adjusts musb->mregs
         *   - sets the musb->isr
-        *   - may initialize an integrated tranceiver
+        *   - may initialize an integrated transceiver
         *   - initializes musb->xceiv, usually by otg_get_phy()
         *   - stops powering VBUS
         *