dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/prime: fix comment on PRIME Helpers
@ 2021-07-23 12:33 Jose Maria Casanova Crespo
  2021-07-23 15:21 ` Rodrigo Siqueira
  0 siblings, 1 reply; 2+ messages in thread
From: Jose Maria Casanova Crespo @ 2021-07-23 12:33 UTC (permalink / raw)
  To: dri-devel; +Cc: Jose Maria Casanova Crespo

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/prime: fix comment on PRIME Helpers
  2021-07-23 12:33 [PATCH] drm/prime: fix comment on PRIME Helpers Jose Maria Casanova Crespo
@ 2021-07-23 15:21 ` Rodrigo Siqueira
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Siqueira @ 2021-07-23 15:21 UTC (permalink / raw)
  To: Jose Maria Casanova Crespo; +Cc: dri-devel

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
> 

-- 
Rodrigo Siqueira
https://siqueira.tech

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-23 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 12:33 [PATCH] drm/prime: fix comment on PRIME Helpers Jose Maria Casanova Crespo
2021-07-23 15:21 ` Rodrigo Siqueira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).