projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a0dfa
)
trivial: OHCI: Fix typo in a comment
author
Anand Gadiyar
<gadiyar@ti.com>
Mon, 22 Jun 2009 10:25:45 +0000
(15:55 +0530)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:51 +0000
(15:14 +0200)
trivial: OHCI: Fix typo in a comment
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/host/ohci-q.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-q.c
b/drivers/usb/host/ohci-q.c
index c2d80f80448b2e77690f8f29cc64f3402cd9dd78..16fecb8ecc39dde0360153ac4f1637c036fd0ab5 100644
(file)
--- 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".
+ * suc
c
eeds ... otherwise we wouldn't need "pipe".
*/
info = usb_pipedevice (pipe);
ed->type = usb_pipetype(pipe);