Skip to content

Commit 8cd2960

Browse files
Colin Ian Kingalexdeucher
authored andcommitted
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 9319712 commit 8cd2960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static void gfx_v10_rlcg_wreg(struct amdgpu_device *adev, u32 offset, u32 v)
246246
grbm_idx = adev->reg_offset[GC_HWIP][0][mmGRBM_GFX_INDEX_BASE_IDX] + mmGRBM_GFX_INDEX;
247247

248248
if (amdgpu_sriov_runtime(adev)) {
249-
pr_err("shoudn't call rlcg write register during runtime\n");
249+
pr_err("shouldn't call rlcg write register during runtime\n");
250250
return;
251251
}
252252

drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ void gfx_v9_0_rlcg_wreg(struct amdgpu_device *adev, u32 offset, u32 v)
746746
grbm_idx = adev->reg_offset[GC_HWIP][0][mmGRBM_GFX_INDEX_BASE_IDX] + mmGRBM_GFX_INDEX;
747747

748748
if (amdgpu_sriov_runtime(adev)) {
749-
pr_err("shoudn't call rlcg write register during runtime\n");
749+
pr_err("shouldn't call rlcg write register during runtime\n");
750750
return;
751751
}
752752

drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ static void kfd_init_apertures_vi(struct kfd_process_device *pdd, uint8_t id)
316316
{
317317
/*
318318
* node id couldn't be 0 - the three MSB bits of
319-
* aperture shoudn't be 0
319+
* aperture shouldn't be 0
320320
*/
321321
pdd->lds_base = MAKE_LDS_APP_BASE_VI();
322322
pdd->lds_limit = MAKE_LDS_APP_LIMIT(pdd->lds_base);

0 commit comments

Comments
 (0)