Documentation: DMA API: fix a typo in a function name
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 27 May 2017 18:52:43 +0000 (20:52 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 5 Jun 2017 21:57:02 +0000 (15:57 -0600)
Correct the typo, the wrongly typed function does not exist.

Fixes: 6c9c6d6301287e ("dma-debug: New interfaces to debug dma mapping errors")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DMA-API.txt

index 6b20128..71200df 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