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>
This commit is contained in:

committed by
Jiri Kosina

parent
886db6acf4
commit
d73111c6d4
@@ -1015,7 +1015,7 @@ static irqreturn_t fsldma_chan_irq(int irq, void *data)
|
||||
/*
|
||||
* Programming Error
|
||||
* The DMA_INTERRUPT async_tx is a NULL transfer, which will
|
||||
* triger a PE interrupt.
|
||||
* trigger a PE interrupt.
|
||||
*/
|
||||
if (stat & FSL_DMA_SR_PE) {
|
||||
chan_dbg(chan, "irq: Programming Error INT\n");
|
||||
|
Reference in New Issue
Block a user