projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebde09
)
drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
author
Colin Ian King
<
[email protected]
>
Thu, 22 Mar 2018 15:41:44 +0000
(15:41 +0000)
committer
Alex Deucher
<
[email protected]
>
Thu, 22 Mar 2018 19:43:43 +0000
(14:43 -0500)
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]
>
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
index 8fb933c62cf5e1c8818a84633697fa2d1844b544..4933486724754f179539d3d8743e4ed91bcb3f3d 100644
(file)
--- 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 ass
s
ert! wait again !\n", trn);
+ pr_err("trn=%x ACK should not assert! wait again !\n", trn);
msleep(1);
}
} while(trn);