forked from len0rd/rockbox
usb_core: Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31482 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c720393b2
commit
a9b5c2af93
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ void usb_core_transfer_complete(int endpoint, int dir, int status, int length)
|
||||||
completion_event->data = 0;
|
completion_event->data = 0;
|
||||||
completion_event->status = status;
|
completion_event->status = status;
|
||||||
completion_event->length = length;
|
completion_event->length = length;
|
||||||
/* All other endoints. Let the thread deal with it */
|
/* All other endpoints. Let the thread deal with it */
|
||||||
usb_signal_transfer_completion(completion_event);
|
usb_signal_transfer_completion(completion_event);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue