diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2017-05-27 20:52:43 +0200 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2017-10-12 15:27:44 +0100 |
commit | d8811a78910658bfc5acf07ad7b1080f2431a86a (patch) | |
tree | 4439e7afc9104a7586d146232917cf725f36eb27 /Documentation/DMA-API.txt | |
parent | d0e24a66ea00f2d0e2566609ef3758d607141c0f (diff) | |
download | linux-stable-d8811a78910658bfc5acf07ad7b1080f2431a86a.tar.gz linux-stable-d8811a78910658bfc5acf07ad7b1080f2431a86a.tar.bz2 linux-stable-d8811a78910658bfc5acf07ad7b1080f2431a86a.zip |
Documentation: DMA API: fix a typo in a function name
commit 6a08d83e4324fcb23994dfd481acedf49e37cc06 upstream.
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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
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 52088408668a..8a320ab1f43d 100644 --- a/Documentation/DMA-API.txt +++ b/Documentation/DMA-API.txt @@ -691,7 +691,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 |