]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/radeon: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Sat, 16 Jul 2022 03:57:32 +0000 (11:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jul 2022 13:31:02 +0000 (09:31 -0400)
The double `have' is duplicated in line 696, remove one.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_gem.c

index 84843b3b3aef4c9f90a6ebb8bbe13f1356d3c137..261fcbae88d78a4b96db284d8d78df322d15724e 100644 (file)
@@ -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
         */