diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 18:40:21 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 14:13:52 +0100 |
commit | d7558148084de03e5a87b5d2e602de048ac1a476 (patch) | |
tree | f148ab24244675ad36d26e9807e4bb44b18cda9c /drivers/usb | |
parent | 23e5047afc710357d36ba519acf0af5285c5c944 (diff) | |
download | linux-d7558148084de03e5a87b5d2e602de048ac1a476.tar.gz linux-d7558148084de03e5a87b5d2e602de048ac1a476.tar.bz2 linux-d7558148084de03e5a87b5d2e602de048ac1a476.zip |
treewide: fix typo of "suppport" in various comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/at91_udc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/at91_udc.c b/drivers/usb/gadget/at91_udc.c index 89d90b5fb787..6992d35c5e39 100644 --- a/drivers/usb/gadget/at91_udc.c +++ b/drivers/usb/gadget/at91_udc.c @@ -51,7 +51,7 @@ * full speed USB controllers, including the at91rm9200 (arm920T, with MMU), * at91sam926x (arm926ejs, with MMU), and several no-mmu versions. * - * This driver expects the board has been wired with two GPIOs suppporting + * This driver expects the board has been wired with two GPIOs supporting * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the * testing hasn't covered such cases.) * |