Documentation: DMA-API: fix a function name of max_mapping_size
[linux-2.6-block.git] / Documentation / DMA-API.txt
index 0076150fdccbbc1276047f39ff5496edc93b492a..e47c63bd4887676652ab33f46d78c79c40749842 100644 (file)
@@ -198,7 +198,7 @@ call to set the mask to the value returned.
 ::
 
        size_t
-       dma_direct_max_mapping_size(struct device *dev);
+       dma_max_mapping_size(struct device *dev);
 
 Returns the maximum size of a mapping for the device. The size parameter
 of the mapping functions like dma_map_single(), dma_map_page() and