summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2013-05-10 15:19:13 +0200
committerVinod Koul <vinod.koul@intel.com>2013-07-05 11:40:28 +0530
commitea7e79063e604c89b16b819d2e88b20c421d9514 (patch)
tree473898f3b6813fad3aaa858643d9759a72871c00 /drivers/dma
parent5c6b3e7725384f02418d80e7dc32b1a690497004 (diff)
downloadlinux-ea7e79063e604c89b16b819d2e88b20c421d9514.tar.gz
linux-ea7e79063e604c89b16b819d2e88b20c421d9514.tar.xz
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/at_hdmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index e923cda930f9..cd494209352a 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -1120,7 +1120,7 @@ static int atc_alloc_chan_resources(struct dma_chan *chan)
*/
BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_common.dev);
- /* if cfg configuration specified take it instad of default */
+ /* if cfg configuration specified take it instead of default */
if (atslave->cfg)
cfg = atslave->cfg;
}