summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-03-17 11:47:48 +0000
committerAlex Deucher <alexander.deucher@amd.com>2020-03-19 00:03:05 -0400
commit8cd296082cd9c2adfa5c772154780b21e990a92a (patch)
tree7cadcd65cd6e81d75f195f64d9183322ec927dd7 /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
parent931971280cf807b3def47ecf09af8419c2b953df (diff)
downloadlinux-stable-8cd296082cd9c2adfa5c772154780b21e990a92a.tar.gz
linux-stable-8cd296082cd9c2adfa5c772154780b21e990a92a.tar.bz2
linux-stable-8cd296082cd9c2adfa5c772154780b21e990a92a.zip
drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"
There are spelling mistakes in pr_err messages and a comment. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 5c8fb647f26f..ba90a14089cf 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@ -746,7 +746,7 @@ void gfx_v9_0_rlcg_wreg(struct amdgpu_device *adev, u32 offset, u32 v)
grbm_idx = adev->reg_offset[GC_HWIP][0][mmGRBM_GFX_INDEX_BASE_IDX] + mmGRBM_GFX_INDEX;
if (amdgpu_sriov_runtime(adev)) {
- pr_err("shoudn't call rlcg write register during runtime\n");
+ pr_err("shouldn't call rlcg write register during runtime\n");
return;
}