diff options
author | Maíra Canal <mcanal@igalia.com> | 2023-02-23 13:19:09 +0100 |
---|---|---|
committer | Maíra Canal <mairacanal@riseup.net> | 2023-03-03 18:35:09 +0100 |
commit | e3ecbd21776f1ff7610dc2c28b3b47ba8c23e10d (patch) | |
tree | aa870a45a04fe1d6f39661bc8b182b7a11f8a934 /drivers/dma-buf/dma-buf.c | |
parent | ttm/ttm_device.h: fix a trival typo (diff) | |
download | linux-e3ecbd21776f1ff7610dc2c28b3b47ba8c23e10d.tar.xz linux-e3ecbd21776f1ff7610dc2c28b3b47ba8c23e10d.zip |
dma-buf: Include missing parentheses to documentation
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
Diffstat (limited to 'drivers/dma-buf/dma-buf.c')
-rw-r--r-- | drivers/dma-buf/dma-buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index 757c0fb77a6c..aa4ea8530cb3 100644 --- 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() |