tree-wide: fix comment/printk typos
[deliverable/linux.git] / drivers / usb / musb / musb_gadget.c
index 5d815049cbaac4796617ed9e1ae4e0aa6e29a668..1cbeaa17ffffc7d44dee532a9593fc2a95348ff0 100644 (file)
@@ -1636,7 +1636,7 @@ static inline void __init musb_g_init_endpoints(struct musb *musb)
        struct musb_hw_ep       *hw_ep;
        unsigned                count = 0;
 
-       /* intialize endpoint list just once */
+       /* initialize endpoint list just once */
        INIT_LIST_HEAD(&(musb->g.ep_list));
 
        for (epnum = 0, hw_ep = musb->endpoints;
@@ -1715,7 +1715,7 @@ void musb_gadget_cleanup(struct musb *musb)
  *
  * -EINVAL something went wrong (not driver)
  * -EBUSY another gadget is already using the controller
- * -ENOMEM no memeory to perform the operation
+ * -ENOMEM no memory to perform the operation
  *
  * @param driver the gadget driver
  * @param bind the driver's bind function
This page took 0.026026 seconds and 5 git commands to generate.