diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-22 11:41:44 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-22 15:43:43 -0400 |
commit | 36b3f84a05d5f186316c316fd6923a4cd6fcd1f7 (patch) | |
tree | e64e00e332408fd6b2e7b06070d5e4b0f595429b /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | |
parent | 8ebde09b16919b8cd6aa0af186d300faf5a145fc (diff) |
drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
Trivial fix to spelling mistake in pr_err error message text
Acked-by: Christian König <christian.koenig@amd.com>
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/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, | |||
129 | xgpu_ai_mailbox_set_valid(adev, false); | 129 | xgpu_ai_mailbox_set_valid(adev, false); |
130 | trn = xgpu_ai_peek_ack(adev); | 130 | trn = xgpu_ai_peek_ack(adev); |
131 | if (trn) { | 131 | if (trn) { |
132 | pr_err("trn=%x ACK should not asssert! wait again !\n", trn); | 132 | pr_err("trn=%x ACK should not assert! wait again !\n", trn); |
133 | msleep(1); | 133 | msleep(1); |
134 | } | 134 | } |
135 | } while(trn); | 135 | } while(trn); |