]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - drivers/usb/core/driver.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[can-eth-gw-linux.git] / drivers / usb / core / driver.c
index 88dde95b6795fcc66cf7016cc2ff1559b633d0f1..d938b2b99e31fcee332a2f83ae46e4998907190a 100644 (file)
@@ -222,7 +222,7 @@ static int usb_probe_device(struct device *dev)
        /* TODO: Add real matching code */
 
        /* The device should always appear to be in use
-        * unless the driver suports autosuspend.
+        * unless the driver supports autosuspend.
         */
        if (!udriver->supports_autosuspend)
                error = usb_autoresume_device(udev);