From: Bhaskar Chowdhury Date: Mon, 9 Nov 2020 08:38:24 +0000 (+0530) Subject: drivers: amdgpu: amdgpu_display.c: Fix a spelling doens\'t to doesn\'t X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=debbcf9f3b85dadb0452073f057389ac4be57394;p=linux.git drivers: amdgpu: amdgpu_display.c: Fix a spelling doens\'t to doesn\'t s/doens't/doesn't/p Signed-off-by: Bhaskar Chowdhury Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c index 2e8a8b57639f0..247439bb9fb52 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c @@ -509,7 +509,7 @@ uint32_t amdgpu_display_supported_domains(struct amdgpu_device *adev, * to avoid hang caused by placement of scanout BO in GTT on certain * APUs. So force the BO placement to VRAM in case this architecture * will not allow USWC mappings. - * Also, don't allow GTT domain if the BO doens't have USWC falg set. + * Also, don't allow GTT domain if the BO doesn't have USWC falg set. */ if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) && amdgpu_bo_support_uswc(bo_flags) &&