From: Nicolas Ferre Date: Fri, 10 May 2013 13:19:13 +0000 (+0200) Subject: dmaengine: at_hdmac/trivial: correct typo in comment X-Git-Tag: next-20130617~70^2~2^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ff9a024ff347d7c43c964ed4c2abf9df430386a;p=karo-tx-linux.git dmaengine: at_hdmac/trivial: correct typo in comment Signed-off-by: Nicolas Ferre Acked-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Vinod Koul --- 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; }