amd/amdkfd: fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Thu, 8 Sep 2022 13:17:12 +0000 (21:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Sep 2022 16:54:23 +0000 (12:54 -0400)
Delete the redundant word 'to'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_crat.c

index 24b414c..cd5f8b2 100644 (file)
@@ -2284,7 +2284,7 @@ static int kfd_create_vcrat_image_gpu(void *pcrat_image,
 
        /* Fill in Subtype: IO_LINKS
         *  Only direct links are added here which is Link from GPU to
-        *  to its NUMA node. Indirect links are added by userspace.
+        *  its NUMA node. Indirect links are added by userspace.
         */
        sub_type_hdr = (typeof(sub_type_hdr))((char *)sub_type_hdr +
                cache_mem_filled);