aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-17 19:51:18 -0700
committerVinod Koul <vkoul@kernel.org>2020-07-18 18:54:44 +0530
commit2be90e914c12bdea70b0bd297d5715ee66eb46d0 (patch)
tree21824be04b2617eab2af0f06892e9c56e96c8c94 /include/linux/dmaengine.h
parentdmaengine: Extend NXP QDMA driver to check transmission errors (diff)
downloadlinux-dev-2be90e914c12bdea70b0bd297d5715ee66eb46d0.tar.xz
linux-dev-2be90e914c12bdea70b0bd297d5715ee66eb46d0.zip
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>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index 9f9a13a2c01f..883e1e087de5 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