Skip to content

Commit

Permalink
dma-buf: Include missing parentheses to documentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Maíra Canal <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
mairacanal committed Mar 3, 2023
1 parent 775d1be commit e3ecbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma-buf/dma-buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e3ecbd2

Please sign in to comment.