* [PATCH] Documentation: DMA API: fix a typo in a function name
@ 2017-05-27 18:52 Wolfram Sang
2017-06-05 21:57 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2017-05-27 18:52 UTC (permalink / raw)
To: linux-doc; +Cc: linux-renesas-soc, linux-kernel, Wolfram Sang
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>
---
Documentation/DMA-API.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt
index 6b20128fab8a2b..71200dfa09228b 100644
--- a/Documentation/DMA-API.txt
+++ b/Documentation/DMA-API.txt
@@ -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
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: DMA API: fix a typo in a function name
2017-05-27 18:52 [PATCH] Documentation: DMA API: fix a typo in a function name Wolfram Sang
@ 2017-06-05 21:57 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-06-05 21:57 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-doc, linux-renesas-soc, linux-kernel
On Sat, 27 May 2017 20:52:43 +0200
Wolfram Sang <wsa+renesas@sang-engineering.com> wrote:
> Correct the typo, the wrongly typed function does not exist.
Applied to the docs tree, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-05 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-27 18:52 [PATCH] Documentation: DMA API: fix a typo in a function name Wolfram Sang
2017-06-05 21:57 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).