Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8cd616 authored by Matteo Croce's avatar Matteo Croce Committed by Felipe Balbi
Browse files

usb: gadget: aspeed: fix typo



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

Signed-off-by: default avatarMatteo Croce <mcroce@redhat.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent eca6b494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */