Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: musb: Fix spelling mistake "tranfer" -> "transfer"

Fix spelling mistake "tranfer" -> "transfer" in musb_gadget.c file.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/20210508072156.GA14656@user
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Saurav Girepunje and committed by
Greg Kroah-Hartman
0826dae3 f91e5d09

+1 -1
+1 -1
drivers/usb/musb/musb_gadget.c
··· 611 611 * mode 0 only. So we do not get endpoint interrupts due to DMA 612 612 * completion. We only get interrupts from DMA controller. 613 613 * 614 - * We could operate in DMA mode 1 if we knew the size of the tranfer 614 + * We could operate in DMA mode 1 if we knew the size of the transfer 615 615 * in advance. For mass storage class, request->length = what the host 616 616 * sends, so that'd work. But for pretty much everything else, 617 617 * request->length is routinely more than what the host sends. For