diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 06:44:46 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-07-13 12:18:02 +0300 |
commit | 3621d3e57d9ec4677085bd11ebbf99bb405685b2 (patch) | |
tree | 67834fddff7e6726541639fb01760318d1361bad /Documentation/driver-api | |
parent | 4548a6ad3d50c398aa12fa3ad45dd0611328f13b (diff) | |
download | linux-3621d3e57d9ec4677085bd11ebbf99bb405685b2.tar.xz |
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')
-rw-r--r-- | Documentation/driver-api/dmaengine/provider.rst | 2 |
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() |