Эх сурвалжийг харах

usb: dwc3: ep0: fix a typo in comment

s/has/have. No functional changes, just
a typo fix on a code comment.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Felipe Balbi 13 жил өмнө
parent
commit
33b84c2c06

+ 1 - 1
drivers/usb/dwc3/ep0.c

@@ -900,7 +900,7 @@ static void dwc3_ep0_xfernotready(struct dwc3 *dwc,
 	dwc->setup_packet_pending = true;
 	dwc->setup_packet_pending = true;
 
 
 	/*
 	/*
-	 * This part is very tricky: If we has just handled
+	 * This part is very tricky: If we have just handled
 	 * XferNotReady(Setup) and we're now expecting a
 	 * XferNotReady(Setup) and we're now expecting a
 	 * XferComplete but, instead, we receive another
 	 * XferComplete but, instead, we receive another
 	 * XferNotReady(Setup), we should STALL and restart
 	 * XferNotReady(Setup), we should STALL and restart