aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2012-05-21 07:35:17 -0400
committerFelipe Balbi <balbi@ti.com>2012-06-03 16:08:20 -0400
commit33b84c2c06d25a3321326d91438e106b4fd5ad9f (patch)
tree2bc9e29b6f76d2291ea120034ee2d3782e677be3 /drivers/usb/dwc3
parent788a23f49686d82fa95b83ac7752d6322f1dad44 (diff)
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>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r--drivers/usb/dwc3/ep0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c
index 75d5722db93b..e31bcd65e7ec 100644
--- a/drivers/usb/dwc3/ep0.c
+++ b/drivers/usb/dwc3/ep0.c
@@ -900,7 +900,7 @@ static void dwc3_ep0_xfernotready(struct dwc3 *dwc,
900 dwc->setup_packet_pending = true; 900 dwc->setup_packet_pending = true;
901 901
902 /* 902 /*
903 * This part is very tricky: If we has just handled 903 * This part is very tricky: If we have just handled
904 * XferNotReady(Setup) and we're now expecting a 904 * XferNotReady(Setup) and we're now expecting a
905 * XferComplete but, instead, we receive another 905 * XferComplete but, instead, we receive another
906 * XferNotReady(Setup), we should STALL and restart 906 * XferNotReady(Setup), we should STALL and restart