Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc93b41a authored by Mickael Maison's avatar Mickael Maison Committed by Felipe Balbi
Browse files

usb: dwc3: Fixed a typo in comments



Fixed a typo in comments

Signed-off-by: default avatarMickael Maison <mickael.maison@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent eaa27f34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 arbitraty 100us delay for that.
	 * an arbitrary 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.