aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMickael Maison <mickael.maison@gmail.com>2014-12-23 11:34:43 -0500
committerFelipe Balbi <balbi@ti.com>2015-01-12 13:13:24 -0500
commitdc93b41a15614f51bc1ea47d12b245d60f79731d (patch)
treee14c1a52a18c258675c7675bb94f1c64d7858611 /drivers
parenteaa27f34e91a14cdceed26ed6c6793ec1d186115 (diff)
usb: dwc3: Fixed a typo in comments
Fixed a typo in comments Signed-off-by: Mickael Maison <mickael.maison@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/dwc3/gadget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
index f03b136ecfce..bd9f48d0dff8 100644
--- 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)
2077 * We have discussed this with the IP Provider and it was 2077 * We have discussed this with the IP Provider and it was
2078 * suggested to giveback all requests here, but give HW some 2078 * suggested to giveback all requests here, but give HW some
2079 * extra time to synchronize with the interconnect. We're using 2079 * extra time to synchronize with the interconnect. We're using
2080 * an arbitraty 100us delay for that. 2080 * an arbitrary 100us delay for that.
2081 * 2081 *
2082 * Note also that a similar handling was tested by Synopsys 2082 * Note also that a similar handling was tested by Synopsys
2083 * (thanks a lot Paul) and nothing bad has come out of it. 2083 * (thanks a lot Paul) and nothing bad has come out of it.