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:
788a23f
)
usb: dwc3: ep0: fix a typo in comment
author
Felipe Balbi
<balbi@ti.com>
Mon, 21 May 2012 11:35:17 +0000
(14:35 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Sun, 3 Jun 2012 20:08:20 +0000
(23:08 +0300)
s/has/have. No functional changes, just
a typo fix on a code comment.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/ep0.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/ep0.c
b/drivers/usb/dwc3/ep0.c
index 75d5722db93b0d57432a28cdb8a430b04343a81a..e31bcd65e7ecbb66b188c73b0437fc09df5047e4 100644
(file)
--- a/
drivers/usb/dwc3/ep0.c
+++ b/
drivers/usb/dwc3/ep0.c
@@
-900,7
+900,7
@@
static void dwc3_ep0_xfernotready(struct dwc3 *dwc,
dwc->setup_packet_pending = true;
/*
- * This part is very tricky: If we ha
s
just handled
+ * This part is very tricky: If we ha
ve
just handled
* XferNotReady(Setup) and we're now expecting a
* XferComplete but, instead, we receive another
* XferNotReady(Setup), we should STALL and restart