aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-04 10:37:53 -0400
committerJiri Kosina <jkosina@suse.cz>2012-09-01 11:57:12 -0400
commitd73111c6d43f08d697a3d986fe3bd8ca796a2096 (patch)
tree37d2c0e7e75c461ce4fa333ed5c7a1d74f2d9ff3 /drivers/dma/imx-dma.c
parent886db6acf468bb6684e936a5456d470c69a75ef8 (diff)
dma: fix comments
Correct spelling typo in drivers/dma. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/imx-dma.c')
-rw-r--r--drivers/dma/imx-dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index fcfeb3cd8d31..5a49d8d7b71f 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -571,8 +571,8 @@ static void imxdma_tasklet(unsigned long data)
571 if (desc->desc.callback) 571 if (desc->desc.callback)
572 desc->desc.callback(desc->desc.callback_param); 572 desc->desc.callback(desc->desc.callback_param);
573 573
574 /* If we are dealing with a cyclic descriptor keep it on ld_active 574 /* If we are dealing with a cyclic descriptor, keep it on ld_active
575 * and dont mark the descripor as complete. 575 * and dont mark the descriptor as complete.
576 * Only in non-cyclic cases it would be marked as complete 576 * Only in non-cyclic cases it would be marked as complete
577 */ 577 */
578 if (imxdma_chan_is_doing_cyclic(imxdmac)) 578 if (imxdma_chan_is_doing_cyclic(imxdmac))