]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: octeon-usb: Fixed a typo
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 21:50:37 +0000 (15:50 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:00:23 +0000 (15:00 -0800)
Fixed a typo in octeon-hcd.c file

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon-usb/octeon-hcd.c

index 6b8b108c4e6db8b4613fd1a8d550a77359ffe9de..1daeb3125a1ff979662fc317b8ac0d303c0368e5 100644 (file)
@@ -2687,7 +2687,7 @@ static int __cvmx_usb_poll_channel(struct cvmx_usb_state *usb, int channel)
 
        /*
         * Read the channel config info so we can figure out how much data
-        * transfered
+        * transferred
         */
        usbc_hcchar.u32 = __cvmx_usb_read_csr32(usb,
                        CVMX_USBCX_HCCHARX(channel, usb->index));