]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
dmaengine: Documentation: Fix typo in provider.txt
authorVinod Koul <vinod.koul@intel.com>
Thu, 3 Nov 2016 13:04:41 +0000 (07:04 -0600)
committerVinod Koul <vinod.koul@intel.com>
Mon, 14 Nov 2016 02:44:19 +0000 (08:14 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Documentation/dmaengine/provider.txt

index c4fd47540b318c22545c7baadb507ee8a0d61267..e33bc1c8ed2c44fede97ee64ca5a2a7e48389c50 100644 (file)
@@ -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.