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:
eaa27f3
)
usb: dwc3: Fixed a typo in comments
author
Mickael Maison
<
[email protected]
>
Tue, 23 Dec 2014 16:34:43 +0000
(17:34 +0100)
committer
Felipe Balbi
<
[email protected]
>
Mon, 12 Jan 2015 18:13:24 +0000
(12:13 -0600)
Fixed a typo in comments
Signed-off-by: Mickael Maison <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/dwc3/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index f03b136ecfce33b3b6936314d1fdebabb4ce936d..bd9f48d0dff81776e7eb5cd2c1e45f6f386a4638 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-2077,7
+2077,7
@@
static void dwc3_stop_active_transfer(struct dwc3 *dwc, u32 epnum, bool force)
* We have discussed this with the IP Provider and it was
* suggested to giveback all requests here, but give HW some
* extra time to synchronize with the interconnect. We're using
- * an arbitra
t
y 100us delay for that.
+ * an arbitra
r
y 100us delay for that.
*
* Note also that a similar handling was tested by Synopsys
* (thanks a lot Paul) and nothing bad has come out of it.