diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-22 05:49:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 09:38:13 -0400 |
commit | b8bcf32af910c75fa56ec10440965bdf77eafed3 (patch) | |
tree | 3592dd7e29b824fa0ce7e60fb7bf6e665b13d9cd | |
parent | fe4e437229d43e3545416e63598a8476abeb0c01 (diff) |
usb: gadget: zero: Spelling s/infrastucture/infrastructure/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Felipe Balbi <balbi@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/usb/gadget/legacy/zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/legacy/zero.c b/drivers/usb/gadget/legacy/zero.c index c3d496828b74..5ee95152493c 100644 --- a/drivers/usb/gadget/legacy/zero.c +++ b/drivers/usb/gadget/legacy/zero.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * | 28 | * |
29 | * Why is *this* driver using two configurations, rather than setting up | 29 | * Why is *this* driver using two configurations, rather than setting up |
30 | * two interfaces with different functions? To help verify that multiple | 30 | * two interfaces with different functions? To help verify that multiple |
31 | * configuration infrastucture is working correctly; also, so that it can | 31 | * configuration infrastructure is working correctly; also, so that it can |
32 | * work with low capability USB controllers without four bulk endpoints. | 32 | * work with low capability USB controllers without four bulk endpoints. |
33 | */ | 33 | */ |
34 | 34 | ||