diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-12-04 23:02:42 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2020-12-15 12:57:29 +0300 |
commit | be98e05a67f05ff4c8349a51fcec993a28be718c (patch) | |
tree | 4e2871728ab7a2b35df4ec8d3ed4b91ec8dcdcd2 /include/linux/dma-buf-map.h | |
parent | 95e3d610d35c9c5b51e12c5c8ac18061ae08cf97 (diff) | |
download | linux-be98e05a67f05ff4c8349a51fcec993a28be718c.tar.xz |
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 <michael.j.ruhl@intel.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201204200242.2671481-1-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/linux/dma-buf-map.h')
-rw-r--r-- | include/linux/dma-buf-map.h | 2 |
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_) \ { \ |