diff options
Diffstat (limited to 'Documentation/DMA-attributes.txt')
-rw-r--r-- | Documentation/DMA-attributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DMA-attributes.txt b/Documentation/DMA-attributes.txt index cc2450d80310..18dc52c4f2a0 100644 --- a/Documentation/DMA-attributes.txt +++ b/Documentation/DMA-attributes.txt | |||
@@ -98,5 +98,5 @@ DMA_ATTR_FORCE_CONTIGUOUS | |||
98 | By default DMA-mapping subsystem is allowed to assemble the buffer | 98 | By default DMA-mapping subsystem is allowed to assemble the buffer |
99 | allocated by dma_alloc_attrs() function from individual pages if it can | 99 | allocated by dma_alloc_attrs() function from individual pages if it can |
100 | be mapped as contiguous chunk into device dma address space. By | 100 | be mapped as contiguous chunk into device dma address space. By |
101 | specifing this attribute the allocated buffer is forced to be contiguous | 101 | specifying this attribute the allocated buffer is forced to be contiguous |
102 | also in physical memory. | 102 | also in physical memory. |