diff options
author | Martin Kaiser | 2016-08-08 22:45:58 +0200 |
---|---|---|
committer | Vinod Koul | 2016-08-10 19:35:34 +0200 |
commit | e4b75760faac2b858e0b244ce716bf30a239ae2f (patch) | |
tree | e061ea981c7e257588371f4f1205f7d83e0ba91d /drivers/dma | |
parent | Linux 4.8-rc1 (diff) | |
download | kernel-qcow2-linux-e4b75760faac2b858e0b244ce716bf30a239ae2f.tar.gz kernel-qcow2-linux-e4b75760faac2b858e0b244ce716bf30a239ae2f.tar.xz kernel-qcow2-linux-e4b75760faac2b858e0b244ce716bf30a239ae2f.zip |
dmaengine: imx-sdma: (trivial) fix a typo
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/imx-sdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; /* |