aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/dmaengine
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-03 20:44:46 -0700
committerVinod Koul <vkoul@kernel.org>2020-07-13 14:48:02 +0530
commit3621d3e57d9ec4677085bd11ebbf99bb405685b2 (patch)
tree67834fddff7e6726541639fb01760318d1361bad /Documentation/driver-api/dmaengine
parentdmaengine: idxd: move idxd interrupt handling to mask instead of ignore (diff)
downloadlinux-dev-3621d3e57d9ec4677085bd11ebbf99bb405685b2.tar.xz
linux-dev-3621d3e57d9ec4677085bd11ebbf99bb405685b2.zip
Documentation/driver-api: dmaengine/provider: drop doubled word
Drop the doubled word "has". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Vinod Koul <vkoul@kernel.org> Cc: dmaengine@vger.kernel.org Link: https://lore.kernel.org/r/20200704034502.17199-2-rdunlap@infradead.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/driver-api/dmaengine')
-rw-r--r--Documentation/driver-api/dmaengine/provider.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/dmaengine/provider.rst b/Documentation/driver-api/dmaengine/provider.rst
index ce68315482b1..5773421fe955 100644
--- a/Documentation/driver-api/dmaengine/provider.rst
+++ b/Documentation/driver-api/dmaengine/provider.rst
@@ -507,7 +507,7 @@ dma_cookie_t
DMA_CTRL_ACK
- If clear, the descriptor cannot be reused by provider until the
- client acknowledges receipt, i.e. has has a chance to establish any
+ client acknowledges receipt, i.e. has a chance to establish any
dependency chains
- This can be acked by invoking async_tx_ack()