projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775d1be
)
dma-buf: Include missing parentheses to documentation
author
Maíra Canal
<mcanal@igalia.com>
Thu, 23 Feb 2023 12:19:09 +0000
(09:19 -0300)
committer
Maíra Canal
<mairacanal@riseup.net>
Fri, 3 Mar 2023 17:35:09 +0000
(14:35 -0300)
The missing parentheses prevents the function to be rendered as a link
in the documentation. So, add the missing parentheses to the function on
the documentation.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230223121909.149980-1-mcanal@igalia.com
drivers/dma-buf/dma-buf.c
patch
|
blob
|
history
diff --git
a/drivers/dma-buf/dma-buf.c
b/drivers/dma-buf/dma-buf.c
index 757c0fb77a6cb33aba4fc6fa28f529ae6f507201..aa4ea8530cb35ab08178e3aad7899af47f287be2 100644
(file)
--- a/
drivers/dma-buf/dma-buf.c
+++ b/
drivers/dma-buf/dma-buf.c
@@
-828,7
+828,7
@@
static struct sg_table * __map_dma_buf(struct dma_buf_attachment *attach,
* - dma_buf_attach()
* - dma_buf_dynamic_attach()
* - dma_buf_detach()
- * - dma_buf_export(
+ * - dma_buf_export(
)
* - dma_buf_fd()
* - dma_buf_get()
* - dma_buf_put()