From: Andrew Morton Date: Thu, 28 Feb 2013 01:05:43 +0000 (-0800) Subject: Documentation/DMA-API-HOWTO.txt: fix typo X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=11cd3db01bd8cc16aa82347582ef982cddc786e3;p=~shefty%2Frdma-dev.git Documentation/DMA-API-HOWTO.txt: fix typo Noted by Jesper Cc: Jesper Juhl Cc: Konrad Rzeszutek Wilk Cc: Shuah Khan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt index 65470cae471..14129f149a7 100644 --- a/Documentation/DMA-API-HOWTO.txt +++ b/Documentation/DMA-API-HOWTO.txt @@ -752,7 +752,7 @@ Example 1: dma_unmap_single(dma_handle1); map_error_handling1: -Example 2: (if buffers are allocated a loop, unmap all mapped buffers when +Example 2: (if buffers are allocated in a loop, unmap all mapped buffers when mapping error is detected in the middle) dma_addr_t dma_addr;