aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2020-12-04 21:02:42 +0100
committerDaniel Vetter <[email protected]>2020-12-15 10:57:29 +0100
commitbe98e05a67f05ff4c8349a51fcec993a28be718c (patch)
tree4e2871728ab7a2b35df4ec8d3ed4b91ec8dcdcd2 /include/linux
parent95e3d610d35c9c5b51e12c5c8ac18061ae08cf97 (diff)
dma-buf: Fix kerneldoc formatting
I wanted to look up something and noticed the hyperlink doesn't work. While fixing that also noticed a trivial kerneldoc comment typo in the same section, fix that too. Reviewed-by: Michael J. Ruhl <[email protected]> Reviewed-by: Simon Ser <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dma-buf-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf-map.h b/include/linux/dma-buf-map.h
index 583a3a1f9447..278d489e4bdd 100644
--- a/include/linux/dma-buf-map.h
+++ b/include/linux/dma-buf-map.h
@@ -122,7 +122,7 @@ struct dma_buf_map {
/**
* DMA_BUF_MAP_INIT_VADDR - Initializes struct dma_buf_map to an address in system memory
- * @vaddr: A system-memory address
+ * @vaddr_: A system-memory address
*/
#define DMA_BUF_MAP_INIT_VADDR(vaddr_) \
{ \