Commit be98e05a authored by Daniel Vetter's avatar Daniel Vetter

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: default avatarMichael J. Ruhl <michael.j.ruhl@intel.com>
Reviewed-by: default avatarSimon Ser <contact@emersion.fr>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201204200242.2671481-1-daniel.vetter@ffwll.ch
parent 95e3d610
...@@ -190,7 +190,7 @@ DMA Fence uABI/Sync File ...@@ -190,7 +190,7 @@ DMA Fence uABI/Sync File
Indefinite DMA Fences Indefinite DMA Fences
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
At various times &dma_fence with an indefinite time until dma_fence_wait() At various times struct dma_fence with an indefinite time until dma_fence_wait()
finishes have been proposed. Examples include: finishes have been proposed. Examples include:
* Future fences, used in HWC1 to signal when a buffer isn't used by the display * Future fences, used in HWC1 to signal when a buffer isn't used by the display
......
...@@ -122,7 +122,7 @@ struct dma_buf_map { ...@@ -122,7 +122,7 @@ struct dma_buf_map {
/** /**
* DMA_BUF_MAP_INIT_VADDR - Initializes struct dma_buf_map to an address in system memory * 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_) \ #define DMA_BUF_MAP_INIT_VADDR(vaddr_) \
{ \ { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment