kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
@ 2018-03-22 15:41 Colin King
  2018-03-22 15:43 ` Christian König
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Colin King @ 2018-03-22 15:41 UTC (permalink / raw)
  To: Alex Deucher, Christian König, David Zhou, David Airlie,
	amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in pr_err error message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-11-02 19:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 15:41 [PATCH][next] drm/amdgpu: fix spelling mistake: "asssert" -> "assert" Colin King
2018-03-22 15:43 ` Christian König
2020-07-10  8:37 ` [PATCH][next] drm/amdgpu: fix spelling mistake "Falied" -> "Failed" Colin King
2020-07-10 21:01   ` Alex Deucher
2020-07-24 11:10 ` Colin King
2020-08-05 12:15 ` [PATCH][next] drm/amdgpu: fix spelling mistake "paramter" -> "parameter" Colin King
2020-08-05 20:02   ` Alex Deucher
2020-11-02 14:16 ` [PATCH][next] drm/amdgpu: fix spelling mistake: "Successed" -> "Succeeded" Colin King
2020-11-02 19:00   ` Alex Deucher
2020-11-02 19:04   ` Chauhan, Madhav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).