Skip to content

Commit

Permalink
trivial: OHCI: Fix typo in a comment
Browse files Browse the repository at this point in the history
trivial: OHCI: Fix typo in a comment

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Anand Gadiyar authored and Jiri Kosina committed Sep 21, 2009
1 parent 47a0dfa commit 4b26d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ohci-q.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4b26d50

Please sign in to comment.