]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: imx-sdma: (trivial) fix a typo
authorMartin Kaiser <martin@kaiser.cx>
Mon, 8 Aug 2016 20:45:58 +0000 (22:45 +0200)
committerVinod Koul <vinod.koul@intel.com>
Wed, 10 Aug 2016 17:35:34 +0000 (23:05 +0530)
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-sdma.c

index 03ec76fc22ff191423bc354e5b5005a621d83412..5f55c5a6708b22e3d1e517bff2c02f5d075e2a24 100644 (file)
 struct sdma_mode_count {
        u32 count   : 16; /* size of the buffer pointed by this BD */
        u32 status  :  8; /* E,R,I,C,W,D status bits stored here */
-       u32 command :  8; /* command mostlky used for channel 0 */
+       u32 command :  8; /* command mostly used for channel 0 */
 };
 
 /*