summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorpengfuyuan <pengfuyuan@kylinos.cn>2022-05-26 17:29:09 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-06-03 16:43:36 -0400
commitfaf26f2b12e1e03956f7e628183e422d94713e4b (patch)
treed816a7cde914ca4e526b630642f440808a7dec9d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parente309434ac56774c86e79a50980e8611ce7cc31a3 (diff)
downloadlwn-faf26f2b12e1e03956f7e628183e422d94713e4b.tar.gz
lwn-faf26f2b12e1e03956f7e628183e422d94713e4b.zip
drm/amd: Fix spelling typo in comments
Fix spelling typo in comments. Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 30ce6bb6fa77..3ec7427c018c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -274,7 +274,7 @@ extern int amdgpu_vcnfw_log;
#define CIK_CURSOR_WIDTH 128
#define CIK_CURSOR_HEIGHT 128
-/* smasrt shift bias level limits */
+/* smart shift bias level limits */
#define AMDGPU_SMARTSHIFT_MAX_BIAS (100)
#define AMDGPU_SMARTSHIFT_MIN_BIAS (-100)