Commit 7a3f8b7c authored by wangjianli's avatar wangjianli Committed by Alex Deucher

amd/amdkfd: fix repeated words in comments

Delete the redundant word 'to'.
Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 46c67660
...@@ -2284,7 +2284,7 @@ static int kfd_create_vcrat_image_gpu(void *pcrat_image, ...@@ -2284,7 +2284,7 @@ static int kfd_create_vcrat_image_gpu(void *pcrat_image,
/* Fill in Subtype: IO_LINKS /* Fill in Subtype: IO_LINKS
* Only direct links are added here which is Link from GPU to * 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 + sub_type_hdr = (typeof(sub_type_hdr))((char *)sub_type_hdr +
cache_mem_filled); cache_mem_filled);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment