diff options
author | Martin Kaiser <martin@kaiser.cx> | 2016-08-08 22:45:58 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-08-10 23:05:34 +0530 |
commit | e4b75760faac2b858e0b244ce716bf30a239ae2f (patch) | |
tree | e061ea981c7e257588371f4f1205f7d83e0ba91d /drivers/dma/imx-sdma.c | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-e4b75760faac2b858e0b244ce716bf30a239ae2f.tar.gz linux-e4b75760faac2b858e0b244ce716bf30a239ae2f.tar.bz2 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/imx-sdma.c')
-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 */ }; /* |