amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-buf: Fix comment typo
@ 2022-07-15  5:20 Jason Wang
  2022-07-18 14:44 ` Christian König
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:20 UTC (permalink / raw)
  To: daniel
  Cc: airlied, Xinhui.Pan, linux-kernel, dri-devel, amd-gfx,
	Jason Wang, alexander.deucher, christian.koenig

The double `have' is duplicated in line 696, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c
index 84843b3b3aef..261fcbae88d7 100644
--- a/drivers/gpu/drm/radeon/radeon_gem.c
+++ b/drivers/gpu/drm/radeon/radeon_gem.c
@@ -693,7 +693,7 @@ int radeon_gem_va_ioctl(struct drm_device *dev, void *data,
 	}
 
 	/* !! DONT REMOVE !!
-	 * We don't support vm_id yet, to be sure we don't have have broken
+	 * We don't support vm_id yet, to be sure we don't have broken
 	 * userspace, reject anyone trying to use non 0 value thus moving
 	 * forward we can use those fields without breaking existant userspace
 	 */
-- 
2.35.1


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

* Re: [PATCH] dma-buf: Fix comment typo
  2022-07-15  5:20 [PATCH] dma-buf: Fix comment typo Jason Wang
@ 2022-07-18 14:44 ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2022-07-18 14:44 UTC (permalink / raw)
  To: Jason Wang, daniel
  Cc: airlied, Xinhui.Pan, linux-kernel, amd-gfx, dri-devel,
	alexander.deucher, christian.koenig

Am 15.07.22 um 07:20 schrieb Jason Wang:
> The double `have' is duplicated in line 696, remove one.

The subject line is rather confusing since this isn't related to DMA-buf 
at all.

Please change that to "drm/radeon:", apart from that the patch looks 
good to me.

Christian.

>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>   drivers/gpu/drm/radeon/radeon_gem.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c
> index 84843b3b3aef..261fcbae88d7 100644
> --- a/drivers/gpu/drm/radeon/radeon_gem.c
> +++ b/drivers/gpu/drm/radeon/radeon_gem.c
> @@ -693,7 +693,7 @@ int radeon_gem_va_ioctl(struct drm_device *dev, void *data,
>   	}
>   
>   	/* !! DONT REMOVE !!
> -	 * We don't support vm_id yet, to be sure we don't have have broken
> +	 * We don't support vm_id yet, to be sure we don't have broken
>   	 * userspace, reject anyone trying to use non 0 value thus moving
>   	 * forward we can use those fields without breaking existant userspace
>   	 */


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

end of thread, other threads:[~2022-07-18 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:20 [PATCH] dma-buf: Fix comment typo Jason Wang
2022-07-18 14:44 ` Christian König

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