diff mbox series

drm/prime: fix comment on PRIME Helpers

Message ID 20210723123307.31064-1-jmcasanova@igalia.com (mailing list archive)
State New, archived
Headers show
Series drm/prime: fix comment on PRIME Helpers | expand

Commit Message

Chema Casanova July 23, 2021, 12:33 p.m. UTC
s/Exporting/Importing

Fixes: 805dc614d58a8 ("drm/prime: Update docs")
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>

---
 drivers/gpu/drm/drm_prime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rodrigo Siqueira Jordao July 23, 2021, 3:21 p.m. UTC | #1
On 07/23, Jose Maria Casanova Crespo wrote:
> s/Exporting/Importing
> 
> Fixes: 805dc614d58a8 ("drm/prime: Update docs")

Fixes flag here looks a little bit overkill. Anyway, this change lgtm

Reported-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com.>

> Cc: Daniel Vetter <daniel@ffwll.ch>
> Signed-off-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
> 
> ---
>  drivers/gpu/drm/drm_prime.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c
> index 2a54f86856af..178e18c28cab 100644
> --- a/drivers/gpu/drm/drm_prime.c
> +++ b/drivers/gpu/drm/drm_prime.c
> @@ -549,7 +549,7 @@ int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data,
>   *
>   * FIXME: The underlying helper functions are named rather inconsistently.
>   *
> - * Exporting buffers
> + * Importing buffers
>   * ~~~~~~~~~~~~~~~~~
>   *
>   * Importing dma-bufs using drm_gem_prime_import() relies on
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c
index 2a54f86856af..178e18c28cab 100644
--- a/drivers/gpu/drm/drm_prime.c
+++ b/drivers/gpu/drm/drm_prime.c
@@ -549,7 +549,7 @@  int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data,
  *
  * FIXME: The underlying helper functions are named rather inconsistently.
  *
- * Exporting buffers
+ * Importing buffers
  * ~~~~~~~~~~~~~~~~~
  *
  * Importing dma-bufs using drm_gem_prime_import() relies on