diff mbox series

dma-buf: Include missing parentheses to documentation

Message ID 20230223121909.149980-1-mcanal@igalia.com (mailing list archive)
State New, archived
Headers show
Series dma-buf: Include missing parentheses to documentation | expand

Commit Message

Maíra Canal Feb. 23, 2023, 12:19 p.m. UTC
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>
---
 drivers/dma-buf/dma-buf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian König Feb. 23, 2023, 12:29 p.m. UTC | #1
Am 23.02.23 um 13:19 schrieb Maíra Canal:
> 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>

Good catch, Reviewed-by: Christian König <christian.koenig@amd.com>

Going to push this to drm-misc-next.

Regards,
Christian.

> ---
>   drivers/dma-buf/dma-buf.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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()
diff mbox series

Patch

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()