]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
usb: musb: Fix spelling mistake "tranfer" -> "transfer"
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Sat, 8 May 2021 07:21:56 +0000 (12:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 14:20:37 +0000 (16:20 +0200)
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>
drivers/usb/musb/musb_gadget.c

index ef374d4dd94a612998ac79d923432413b039ce5c..98c0f4c1bffd91a8b7458bdb375c6b49bb0efe5f 100644 (file)
@@ -611,7 +611,7 @@ static void rxstate(struct musb *musb, struct musb_request *req)
         * mode 0 only. So we do not get endpoint interrupts due to DMA
         * completion. We only get interrupts from DMA controller.
         *
-        * We could operate in DMA mode 1 if we knew the size of the tranfer
+        * We could operate in DMA mode 1 if we knew the size of the transfer
         * in advance. For mass storage class, request->length = what the host
         * sends, so that'd work.  But for pretty much everything else,
         * request->length is routinely more than what the host sends. For