Commit ea7e79063e604c89b16b819d2e88b20c421d9514

Authored by Nicolas Ferre
Committed by Vinod Koul
1 parent 5c6b3e7725

dmaengine: at_hdmac/trivial: correct typo in comment

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/dma/at_hdmac.c
... ... @@ -1120,7 +1120,7 @@
1120 1120 */
1121 1121 BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_common.dev);
1122 1122  
1123   - /* if cfg configuration specified take it instad of default */
  1123 + /* if cfg configuration specified take it instead of default */
1124 1124 if (atslave->cfg)
1125 1125 cfg = atslave->cfg;
1126 1126 }