summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c
diff options
context:
space:
mode:
authorYan Zhen <yanzhen@vivo.com>2024-09-11 06:27:38 +0200
committerAlex Deucher <alexander.deucher@amd.com>2024-09-18 22:14:26 +0200
commit0110ac11952f06419d267f51a3989e989b17e67a (patch)
tree8f1d880c8c1c9d6b2f430f880a252953d04f1304 /drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c
parentdrm/amdgpu: fix spelling in amd_shared.h (diff)
downloadlinux-0110ac11952f06419d267f51a3989e989b17e67a.tar.xz
linux-0110ac11952f06419d267f51a3989e989b17e67a.zip
drm/amdgpu: fix typo in the comment
Correctly spelled comments make it easier for the reader to understand the code. Replace 'udpate' with 'update' in the comment & replace 'recieved' with 'received' in the comment & replace 'dsiable' with 'disable' in the comment & replace 'Initiailize' with 'Initialize' in the comment & replace 'disble' with 'disable' in the comment & replace 'Disbale' with 'Disable' in the comment & replace 'enogh' with 'enough' in the comment & replace 'availabe' with 'available' in the comment. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Yan Zhen <yanzhen@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c b/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c
index e4e30b9d481b..c04fdd2d5b38 100644
--- a/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/smuio_v9_0.c
@@ -60,7 +60,7 @@ static void smuio_v9_0_get_clock_gating_state(struct amdgpu_device *adev, u64 *f
{
u32 data;
- /* CGTT_ROM_CLK_CTRL0 is not availabe for APUs */
+ /* CGTT_ROM_CLK_CTRL0 is not available for APUs */
if (adev->flags & AMD_IS_APU)
return;