From: Randy Dunlap Date: Sat, 18 Jul 2020 02:51:18 +0000 (-0700) Subject: dmaengine: linux/dmaengine.h: drop duplicated word in a comment X-Git-Tag: v5.15~3160^2~1^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2be90e914c12bdea70b0bd297d5715ee66eb46d0;p=platform%2Fkernel%2Flinux-starfive.git dmaengine: linux/dmaengine.h: drop duplicated word in a comment Drop the doubled word "has" in a comment. Signed-off-by: Randy Dunlap Cc: Vinod Koul Cc: dmaengine@vger.kernel.org Link: https://lore.kernel.org/r/06e64046-ebf1-15db-dbaf-73698de3b493@infradead.org Signed-off-by: Vinod Koul --- diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 9f9a13a..883e1e0 100644 --- a/include/linux/dmaengine.h +++ b/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