dri-devel.lists.freedesktop.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
  0 siblings, 1 reply; 2+ 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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH][next] drm/amdgpu: fix spelling mistake: "asssert" -> "assert"
  2018-03-22 15:41 [PATCH][next] drm/amdgpu: fix spelling mistake: "asssert" -> "assert" Colin King
@ 2018-03-22 15:43 ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2018-03-22 15:43 UTC (permalink / raw)
  To: Colin King, Alex Deucher, David Zhou, David Airlie, amd-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel, monk.liu

Am 22.03.2018 um 16:41 schrieb Colin King:
> 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>

Acked-by: Christian König <christian.koenig@amd.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);

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-03-22 15:43 UTC | newest]

Thread overview: 2+ 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

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).