From: wangjianli Date: Thu, 8 Sep 2022 13:17:12 +0000 (+0800) Subject: amd/amdkfd: fix repeated words in comments X-Git-Tag: block-6.1-2022-13-10~35^2~11^2~81 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7a3f8b7c4cdb9d678d6311ca93e6b793e8957295;p=linux-block.git amd/amdkfd: fix repeated words in comments Delete the redundant word 'to'. Signed-off-by: wangjianli Signed-off-by: Felix Kuehling Reviewed-by: Felix Kuehling Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_crat.c b/drivers/gpu/drm/amd/amdkfd/kfd_crat.c index 24b414cff3ec..cd5f8b219bf9 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_crat.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_crat.c @@ -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);