]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/early/ehci-dbgp.c
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / drivers / usb / early / ehci-dbgp.c
index 0bc06e2bcfcb9e600eb2b020286a6df78484787a..a6a350f5827bb6a4240fb6b535e15defde84d5fd 100644 (file)
@@ -648,7 +648,7 @@ static int ehci_reset_port(int port)
                if (!(portsc & PORT_CONNECT))
                        return -ENOTCONN;
 
-               /* bomb out completely if something weird happend */
+               /* bomb out completely if something weird happened */
                if ((portsc & PORT_CSC))
                        return -EINVAL;