diff mbox series

dmaengine: linux/dmaengine.h: drop duplicated word in a comment

Message ID 06e64046-ebf1-15db-dbaf-73698de3b493@infradead.org (mailing list archive)
State Accepted
Headers show
Series dmaengine: linux/dmaengine.h: drop duplicated word in a comment | expand

Commit Message

Randy Dunlap July 18, 2020, 2:51 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "has" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
---
 include/linux/dmaengine.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul July 18, 2020, 1:25 p.m. UTC | #1
On 17-07-20, 19:51, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Drop the doubled word "has" in a comment.

Applied, thanks
diff mbox series

Patch

--- linux-next-20200714.orig/include/linux/dmaengine.h
+++ linux-next-20200714/include/linux/dmaengine.h
@@ -164,7 +164,7 @@  struct dma_interleaved_template {
  * @DMA_PREP_INTERRUPT - trigger an interrupt (callback) upon completion of
  *  this transaction
  * @DMA_CTRL_ACK - if clear, the descriptor cannot be reused until the client
- *  acknowledges receipt, i.e. has has a chance to establish any dependency
+ *  acknowledges receipt, i.e. has a chance to establish any dependency
  *  chains
  * @DMA_PREP_PQ_DISABLE_P - prevent generation of P while generating Q
  * @DMA_PREP_PQ_DISABLE_Q - prevent generation of Q while generating P