usb: gadget: aspeed: fix typo

Fix spelling mistake: "lenght" -> "length"

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
Matteo Croce 2019-01-04 22:44:43 +01:00 committed by Felipe Balbi
parent eca6b49430
commit 4d8cd61609
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static void ast_vhub_epn_handle_ack(struct ast_vhub_ep *ep)
/* No current DMA ongoing */
req->active = false;
/* Grab lenght out of HW */
/* Grab length out of HW */
len = VHUB_EP_DMA_TX_SIZE(stat);
/* If not using DMA, copy data out if needed */