diff options
| author | Colin Ian King <[email protected]> | 2018-03-22 15:41:44 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-03-22 19:43:43 +0000 |
| commit | 36b3f84a05d5f186316c316fd6923a4cd6fcd1f7 (patch) | |
| tree | e64e00e332408fd6b2e7b06070d5e4b0f595429b /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | |
| parent | drm/amd/pp: Add new asic support in pp_psm.c (diff) | |
| download | kernel-36b3f84a05d5f186316c316fd6923a4cd6fcd1f7.tar.gz kernel-36b3f84a05d5f186316c316fd6923a4cd6fcd1f7.zip | |
drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
Trivial fix to spelling mistake in pr_err error message text
Acked-by: Christian König <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c index 8fb933c62cf5..493348672475 100644 --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c @@ -129,7 +129,7 @@ static void xgpu_ai_mailbox_trans_msg (struct amdgpu_device *adev, xgpu_ai_mailbox_set_valid(adev, false); trn = xgpu_ai_peek_ack(adev); if (trn) { - pr_err("trn=%x ACK should not asssert! wait again !\n", trn); + pr_err("trn=%x ACK should not assert! wait again !\n", trn); msleep(1); } } while(trn); |
