Documentation: DMA API: fix a typo in a function name
[linux-2.6-block.git] / Documentation / DMA-API.txt
index 6b20128fab8a2b2d4b50bbca1a36e37a2df853e0..71200dfa09228b42b6d98e635f900de3038e7227 100644 (file)
@@ -692,7 +692,7 @@ of preallocated entries is defined per architecture. If it is too low for you
 boot with 'dma_debug_entries=<your_desired_number>' to overwrite the
 architectural default.
 
-void debug_dmap_mapping_error(struct device *dev, dma_addr_t dma_addr);
+void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr);
 
 dma-debug interface debug_dma_mapping_error() to debug drivers that fail
 to check DMA mapping errors on addresses returned by dma_map_single() and