diff mbox

[2/2] dmaengine: zx: Fix a typo in a comment line

Message ID b0e715a7-ac87-8873-d8f9-eb8525c1fb77@users.sourceforge.net (mailing list archive)
State Not Applicable
Headers show

Commit Message

SF Markus Elfring April 22, 2017, 8:32 p.m. UTC
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sat, 22 Apr 2017 22:17:11 +0200

Add a missing character in this description for a function call.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 drivers/dma/zx_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/dma/zx_dma.c b/drivers/dma/zx_dma.c
index 4f7587a100ea..70339cb8fd48 100644
--- a/drivers/dma/zx_dma.c
+++ b/drivers/dma/zx_dma.c
@@ -886,7 +886,7 @@  static int zx_dma_remove(struct platform_device *op)
 	struct zx_dma_chan *c, *cn;
 	struct zx_dma_dev *d = platform_get_drvdata(op);
 
-	/* explictly free the irq */
+	/* explicitly free the irq */
 	devm_free_irq(&op->dev, d->irq, d);
 
 	dma_async_device_unregister(&d->slave);