From: Martin Kaiser Date: Mon, 8 Aug 2016 20:45:58 +0000 (+0200) Subject: dmaengine: imx-sdma: (trivial) fix a typo X-Git-Tag: v4.9-rc1~102^2~11^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e4b75760faac2b858e0b244ce716bf30a239ae2f;p=karo-tx-linux.git dmaengine: imx-sdma: (trivial) fix a typo Signed-off-by: Martin Kaiser Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 03ec76fc22ff..5f55c5a6708b 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c @@ -184,7 +184,7 @@ 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 */ }; /*