]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dma: mxs-dma: fix a typo in comment
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 8 Dec 2011 08:15:41 +0000 (09:15 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 23 Dec 2011 15:24:54 +0000 (20:54 +0530)
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/mxs-dma.c

index bdf4672b25538e10851c6ea91b56763761465f7f..d04662e94467450dee573f603d50ee08afded15b 100644 (file)
@@ -268,7 +268,7 @@ static irqreturn_t mxs_dma_int_handler(int irq, void *dev_id)
        /*
         * When both completion and error of termination bits set at the
         * same time, we do not take it as an error.  IOW, it only becomes
-        * an error we need to handler here in case of ether it's (1) an bus
+        * an error we need to handle here in case of either it's (1) a bus
         * error or (2) a termination error with no completion.
         */
        stat2 = ((stat2 >> MXS_DMA_CHANNELS) & stat2) | /* (1) */