diff options
Diffstat (limited to 'Documentation/DMA-API.txt')
-rw-r--r-- | Documentation/DMA-API.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt index 6ee3cd6134df..1af0f2d50220 100644 --- a/Documentation/DMA-API.txt +++ b/Documentation/DMA-API.txt | |||
@@ -121,7 +121,7 @@ pool's device. | |||
121 | dma_addr_t addr); | 121 | dma_addr_t addr); |
122 | 122 | ||
123 | This puts memory back into the pool. The pool is what was passed to | 123 | This puts memory back into the pool. The pool is what was passed to |
124 | the the pool allocation routine; the cpu and dma addresses are what | 124 | the pool allocation routine; the cpu and dma addresses are what |
125 | were returned when that routine allocated the memory being freed. | 125 | were returned when that routine allocated the memory being freed. |
126 | 126 | ||
127 | 127 | ||