diff options
Diffstat (limited to 'Documentation/DMA-API-HOWTO.txt')
-rw-r--r-- | Documentation/DMA-API-HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt index 65470cae471d..14129f149a75 100644 --- a/Documentation/DMA-API-HOWTO.txt +++ b/Documentation/DMA-API-HOWTO.txt | |||
@@ -752,7 +752,7 @@ Example 1: | |||
752 | dma_unmap_single(dma_handle1); | 752 | dma_unmap_single(dma_handle1); |
753 | map_error_handling1: | 753 | map_error_handling1: |
754 | 754 | ||
755 | Example 2: (if buffers are allocated a loop, unmap all mapped buffers when | 755 | Example 2: (if buffers are allocated in a loop, unmap all mapped buffers when |
756 | mapping error is detected in the middle) | 756 | mapping error is detected in the middle) |
757 | 757 | ||
758 | dma_addr_t dma_addr; | 758 | dma_addr_t dma_addr; |