瀏覽代碼

dmaengine: imx-sdma: (trivial) fix a typo

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Martin Kaiser 9 年之前
父節點
當前提交
e4b75760fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/imx-sdma.c

+ 1 - 1
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 */
 };
 
 /*