dmaengine: ep93xx: Fix typo in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 14:31:58 +0000 (22:31 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 1 Jul 2022 16:20:23 +0000 (21:50 +0530)
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>
drivers/dma/ep93xx_dma.c

index 971ff5f..d19ea88 100644 (file)
@@ -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.