aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-q.c
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2009-06-22 15:55:45 +0530
committerJiri Kosina <jkosina@suse.cz>2009-09-21 15:14:51 +0200
commit4b26d50b33637b5b0e6dd84a4e0f38036999a192 (patch)
tree103be45cd1cab7cf75e628b49995072a657bcaa9 /drivers/usb/host/ohci-q.c
parenttrivial: fix typo in namei.h comment (diff)
downloadlinux-dev-4b26d50b33637b5b0e6dd84a4e0f38036999a192.tar.xz
linux-dev-4b26d50b33637b5b0e6dd84a4e0f38036999a192.zip
trivial: OHCI: Fix typo in a comment
trivial: OHCI: Fix typo in a comment Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--drivers/usb/host/ohci-q.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-q.c b/drivers/usb/host/ohci-q.c
index c2d80f80448b..16fecb8ecc39 100644
--- a/drivers/usb/host/ohci-q.c
+++ b/drivers/usb/host/ohci-q.c
@@ -418,7 +418,7 @@ static struct ed *ed_get (
is_out = !(ep->desc.bEndpointAddress & USB_DIR_IN);
/* FIXME usbcore changes dev->devnum before SET_ADDRESS
- * suceeds ... otherwise we wouldn't need "pipe".
+ * succeeds ... otherwise we wouldn't need "pipe".
*/
info = usb_pipedevice (pipe);
ed->type = usb_pipetype(pipe);