aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 05:40:21 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:13:52 -0500
commitd7558148084de03e5a87b5d2e602de048ac1a476 (patch)
treef148ab24244675ad36d26e9807e4bb44b18cda9c /drivers/usb
parent23e5047afc710357d36ba519acf0af5285c5c944 (diff)
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.c2
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 @@
51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU), 51 * full speed USB controllers, including the at91rm9200 (arm920T, with MMU),
52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions. 52 * at91sam926x (arm926ejs, with MMU), and several no-mmu versions.
53 * 53 *
54 * This driver expects the board has been wired with two GPIOs suppporting 54 * This driver expects the board has been wired with two GPIOs supporting
55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the 55 * a VBUS sensing IRQ, and a D+ pullup. (They may be omitted, but the
56 * testing hasn't covered such cases.) 56 * testing hasn't covered such cases.)
57 * 57 *