summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 19:11:26 +0900
committerJiri Kosina <jkosina@suse.cz>2012-11-19 14:16:09 +0100
commit02582e9bcc36ed503ffede46e104a885dea222fb (patch)
treef3558e4c1c32911ff6ba207bf02ecba70a2571b7 /drivers/usb/core/driver.c
parentd7558148084de03e5a87b5d2e602de048ac1a476 (diff)
treewide: fix typo of "suport" in various comments and Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/core/driver.c')
-rw-r--r--drivers/usb/core/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c
index 6056db7af410..263c5035eabf 100644
--- a/drivers/usb/core/driver.c
+++ b/drivers/usb/core/driver.c
@@ -238,7 +238,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);