summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2020-12-15 17:25:55 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2020-12-15 17:25:55 +0100
commit02e66dd564229043c094ea951ed24df932d44644 (patch)
tree18bcfea4f0f7d3972a74f8f6e798b65260e26901 /include
parent5fbd41d3bf123af6a135bdea564087ec0f563eb0 (diff)
parentee46d16d2e40bebc2aa790fd7b6a056466ff895c (diff)
Merge tag 'drm-misc-next-fixes-2020-12-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Short summary of fixes pull (less than what git shortlog provides): * dma-buf: Fix docs * mxsfb: Silence invalid error message * radeon: Fix TTM multihop Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/X9i0X9mjHN9AZGD3@linux-uq9g
Diffstat (limited to 'include')
-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_) \
{ \