projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca6b49
)
usb: gadget: aspeed: fix typo
author
Matteo Croce
<mcroce@redhat.com>
Fri, 4 Jan 2019 21:44:43 +0000
(22:44 +0100)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Mon, 28 Jan 2019 10:51:30 +0000
(12:51 +0200)
Fix spelling mistake: "lenght" -> "length"
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/aspeed-vhub/epn.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/udc/aspeed-vhub/epn.c
b/drivers/usb/gadget/udc/aspeed-vhub/epn.c
index 4a28e3fbeb0bc1a14a515469b679297f1aad87db..83340f4fdc6e1702f70735424d5e15d75c75d87f 100644
(file)
--- a/
drivers/usb/gadget/udc/aspeed-vhub/epn.c
+++ b/
drivers/usb/gadget/udc/aspeed-vhub/epn.c
@@
-120,7
+120,7
@@
static void ast_vhub_epn_handle_ack(struct ast_vhub_ep *ep)
/* No current DMA ongoing */
req->active = false;
- /* Grab leng
ht
out of HW */
+ /* Grab leng
th
out of HW */
len = VHUB_EP_DMA_TX_SIZE(stat);
/* If not using DMA, copy data out if needed */