X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2FDMA-API.txt;h=05431621c861d7b9f0228a228414beb3fb3ee52e;hb=40642f95f5f818579bc4cc3ee084b033e662d5b3;hp=2ffb0d62f0fe3ed8156586505b7faf1efe1c33ce;hpb=f0cd91a68acdc9b49d7f6738b514a426da627649;p=~andy%2Flinux diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt index 2ffb0d62f0f..05431621c86 100644 --- a/Documentation/DMA-API.txt +++ b/Documentation/DMA-API.txt @@ -489,7 +489,7 @@ size is the size of the area (must be multiples of PAGE_SIZE). flags can be or'd together and are DMA_MEMORY_MAP - request that the memory returned from -dma_alloc_coherent() be directly writeable. +dma_alloc_coherent() be directly writable. DMA_MEMORY_IO - request that the memory returned from dma_alloc_coherent() be addressable using read/write/memcpy_toio etc.