projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b4817
)
dmaengine: imx-sdma: (trivial) fix a typo
author
Martin Kaiser
<martin@kaiser.cx>
Mon, 8 Aug 2016 20:45:58 +0000
(22:45 +0200)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/imx-sdma.c
b/drivers/dma/imx-sdma.c
index 03ec76fc22ff191423bc354e5b5005a621d83412..5f55c5a6708b22e3d1e517bff2c02f5d075e2a24 100644
(file)
--- 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 mostl
k
y used for channel 0 */
+ u32 command : 8; /* command mostly used for channel 0 */
};
/*