All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: ep93xx: Fix typo in comments
@ 2022-06-22 14:31 Jiang Jian
  2022-07-01 16:20 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-22 14:31 UTC (permalink / raw)
  To: vkoul; +Cc: dmaengine, linux-kernel, Jiang Jian

Remove the repeated word 'and' from comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/dma/ep93xx_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ ep93xx_dma_prep_dma_cyclic(struct dma_chan *chan, dma_addr_t dma_addr,
  *
  * 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.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: ep93xx: Fix typo in comments
  2022-06-22 14:31 [PATCH] dmaengine: ep93xx: Fix typo in comments Jiang Jian
@ 2022-07-01 16:20 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-07-01 16:20 UTC (permalink / raw)
  To: Jiang Jian; +Cc: dmaengine, linux-kernel

On 22-06-22, 22:31, Jiang Jian wrote:
> Remove the repeated word 'and' from comments

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-01 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 14:31 [PATCH] dmaengine: ep93xx: Fix typo in comments Jiang Jian
2022-07-01 16:20 ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.