]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/mmc/host/mxcmmc.c
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / drivers / mmc / host / mxcmmc.c
index bc14bb1b057935816868065972b4e078b090089d..88671529c45d7690061f289d8fe005abd4701a09 100644 (file)
@@ -512,7 +512,7 @@ static void mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat)
        }
 
        /* For the DMA case the DMA engine handles the data transfer
-        * automatically. For non DMA we have to to it ourselves.
+        * automatically. For non DMA we have to do it ourselves.
         * Don't do it in interrupt context though.
         */
        if (!mxcmci_use_dma(host) && host->data)