]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
documentation-dma-api-howtotxt-add-dma-mapping-error-check-usage-examples-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 25 Oct 2012 01:15:25 +0000 (12:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Oct 2012 03:21:16 +0000 (14:21 +1100)
fix typo, per Jesper

Cc: Jesper Juhl <jj@chaosbits.net>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Shuah Khan <shuah.khan@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/DMA-API-HOWTO.txt

index 4a4fb295ceefb722e5bbbf46dbff37af0669d848..bf242bbeb547fe17b13c9a3e152af4b69aa06f67 100644 (file)
@@ -751,7 +751,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;