summaryrefslogtreecommitdiffstats
path: root/Documentation/dmaengine
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-11-03 07:04:41 -0600
committerVinod Koul <vinod.koul@intel.com>2016-11-14 08:14:19 +0530
commit19a61be848fb5669e4c19bf7a2bb584b8c30d846 (patch)
tree5974deabc63393e55768e50320718ed93755c220 /Documentation/dmaengine
parent0a734757f8806223cd8a84499ec2152f065bb061 (diff)
downloadop-kernel-dev-19a61be848fb5669e4c19bf7a2bb584b8c30d846.zip
op-kernel-dev-19a61be848fb5669e4c19bf7a2bb584b8c30d846.tar.gz
dmaengine: Documentation: Fix typo in provider.txt
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/dmaengine')
-rw-r--r--Documentation/dmaengine/provider.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dmaengine/provider.txt b/Documentation/dmaengine/provider.txt
index c4fd475..e33bc1c 100644
--- a/Documentation/dmaengine/provider.txt
+++ b/Documentation/dmaengine/provider.txt
@@ -384,7 +384,7 @@ where to put them)
- The descriptor should be prepared for reuse by invoking
dmaengine_desc_set_reuse() which will set DMA_CTRL_REUSE.
- dmaengine_desc_set_reuse() will succeed only when channel support
- reusable descriptor as exhibited by capablities
+ reusable descriptor as exhibited by capabilities
- As a consequence, if a device driver wants to skip the dma_map_sg() and
dma_unmap_sg() in between 2 transfers, because the DMA'd data wasn't used,
it can resubmit the transfer right after its completion.
OpenPOWER on IntegriCloud