diff mbox

imx-sdma: (trivial) fix a typo

Message ID 20160808204508.GA11859@reykholt.kaiser.cx (mailing list archive)
State Accepted
Headers show

Commit Message

Martin Kaiser Aug. 8, 2016, 8:45 p.m. UTC
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
---
 drivers/dma/imx-sdma.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Aug. 10, 2016, 5:35 p.m. UTC | #1
On Mon, Aug 08, 2016 at 10:45:58PM +0200, Martin Kaiser wrote:

Applied after fixing subsystem name.

- 
~Vinod
--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index 03ec76f..5f55c5a 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 */
 };
 
 /*