diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-22 13:49:03 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 16:38:13 +0300 |
commit | b8bcf32af910c75fa56ec10440965bdf77eafed3 (patch) | |
tree | 3592dd7e29b824fa0ce7e60fb7bf6e665b13d9cd | |
parent | fe4e437229d43e3545416e63598a8476abeb0c01 (diff) | |
download | linux-b8bcf32af910c75fa56ec10440965bdf77eafed3.tar.xz |
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 @@ * * Why is *this* driver using two configurations, rather than setting up * two interfaces with different functions? To help verify that multiple - * configuration infrastucture is working correctly; also, so that it can + * configuration infrastructure is working correctly; also, so that it can * work with low capability USB controllers without four bulk endpoints. */ |