aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-22 22:31:58 +0800
committerVinod Koul <vkoul@kernel.org>2022-07-01 21:50:23 +0530
commita7a5c1a93d83e5b6331d6ed94f1bcdb15cc9a6c0 (patch)
treecfcec405460e7f035d5192acf029c860ef72d7a7
parentdmaengine: imx-sdma: Improve the SDMA irq name (diff)
downloadlinux-dev-a7a5c1a93d83e5b6331d6ed94f1bcdb15cc9a6c0.tar.xz
linux-dev-a7a5c1a93d83e5b6331d6ed94f1bcdb15cc9a6c0.zip
dmaengine: ep93xx: Fix typo in comments
Remove the repeated word 'and' from comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Link: https://lore.kernel.org/r/20220622143158.15091-1-jiangjian@cdjrlc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--drivers/dma/ep93xx_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
index 971ff5f9ae84..d19ea885c63e 100644
--- a/drivers/dma/ep93xx_dma.c
+++ b/drivers/dma/ep93xx_dma.c
@@ -1183,7 +1183,7 @@ fail:
*
* Synchronizes the DMA channel termination to the current context. When this
* function returns it is guaranteed that all transfers for previously issued
- * descriptors have stopped and and it is safe to free the memory associated
+ * descriptors have stopped and it is safe to free the memory associated
* with them. Furthermore it is guaranteed that all complete callback functions
* for a previously submitted descriptor have finished running and it is safe to
* free resources accessed from within the complete callbacks.