]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/usb/otg/langwell_otg.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / usb / otg / langwell_otg.c
index 7f9b8cd4514bee72f5ce3c9e44f839203f732431..e973ff19c55a3009ec4557498fe0ea67f1b75b3e 100644 (file)
@@ -580,7 +580,7 @@ static void langwell_otg_add_ktimer(enum langwell_otg_timer_type timers)
                time = TB_BUS_SUSPEND;
                break;
        default:
-               dev_dbg(lnw->dev, "unkown timer, cannot enable it\n");
+               dev_dbg(lnw->dev, "unknown timer, cannot enable it\n");
                return;
        }
 
@@ -1381,7 +1381,7 @@ static void langwell_otg_work(struct work_struct *work)
                        } else if (!iotg->hsm.a_bus_req && iotg->otg.host &&
                                        iotg->otg.host->b_hnp_enable) {
                                /* It is not safe enough to do a fast
-                                * transistion from A_WAIT_BCON to
+                                * transition from A_WAIT_BCON to
                                 * A_SUSPEND */
                                msleep(10000);
                                if (iotg->hsm.a_bus_req)