From: Maíra Canal Date: Thu, 23 Feb 2023 12:19:09 +0000 (-0300) Subject: dma-buf: Include missing parentheses to documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3ecbd21776f1ff7610dc2c28b3b47ba8c23e10d;p=linux.git 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 Reviewed-by: Christian König Signed-off-by: Maíra Canal Link: https://patchwork.freedesktop.org/patch/msgid/20230223121909.149980-1-mcanal@igalia.com --- diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index 757c0fb77a6cb..aa4ea8530cb35 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()