Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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
Link: https://lore.kernel.org/r/06e64046-ebf1-15db-dbaf-73698de3b493@infradead.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Randy Dunlap and committed by
Vinod Koul
2be90e91 ab6041e4

+1 -1
+1 -1
include/linux/dmaengine.h
··· 164 164 * @DMA_PREP_INTERRUPT - trigger an interrupt (callback) upon completion of 165 165 * this transaction 166 166 * @DMA_CTRL_ACK - if clear, the descriptor cannot be reused until the client 167 - * acknowledges receipt, i.e. has has a chance to establish any dependency 167 + * acknowledges receipt, i.e. has a chance to establish any dependency 168 168 * chains 169 169 * @DMA_PREP_PQ_DISABLE_P - prevent generation of P while generating Q 170 170 * @DMA_PREP_PQ_DISABLE_Q - prevent generation of Q while generating P