* [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"
@ 2019-04-18 10:25 Colin King
2019-04-18 10:40 ` Mukesh Ojha
0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2019-04-18 10:25 UTC (permalink / raw)
To: Alex Deucher, Christian König, David Zhou, David Airlie,
Daniel Vetter, amd-gfx, dri-devel
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index 6a0fcd67662a..aef9d059ae52 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -515,7 +515,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work)
/* wait until RCV_MSG become 3 */
if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
- pr_err("failed to recieve FLR_CMPL\n");
+ pr_err("failed to receive FLR_CMPL\n");
return;
}
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"
2019-04-18 10:25 [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive" Colin King
@ 2019-04-18 10:40 ` Mukesh Ojha
2019-04-19 15:05 ` Alex Deucher
0 siblings, 1 reply; 3+ messages in thread
From: Mukesh Ojha @ 2019-04-18 10:40 UTC (permalink / raw)
To: Colin King, Alex Deucher, Christian König, David Zhou,
David Airlie, Daniel Vetter, amd-gfx, dri-devel
Cc: kernel-janitors, linux-kernel
On 4/18/2019 3:55 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Cheers,
-Mukesh
> ---
> drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> index 6a0fcd67662a..aef9d059ae52 100644
> --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> @@ -515,7 +515,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work)
>
> /* wait until RCV_MSG become 3 */
> if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
> - pr_err("failed to recieve FLR_CMPL\n");
> + pr_err("failed to receive FLR_CMPL\n");
> return;
> }
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"
2019-04-18 10:40 ` Mukesh Ojha
@ 2019-04-19 15:05 ` Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2019-04-19 15:05 UTC (permalink / raw)
To: Mukesh Ojha
Cc: David Airlie, kernel-janitors, LKML, amd-gfx list,
Maling list - DRI developers, Alex Deucher, Colin King,
Christian König
On Thu, Apr 18, 2019 at 1:58 PM Mukesh Ojha <mojha@codeaurora.org> wrote:
>
>
> On 4/18/2019 3:55 PM, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a pr_err message. Fix it.
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Applied. thanks!
Alex
>
> Cheers,
> -Mukesh
> > ---
> > drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> > index 6a0fcd67662a..aef9d059ae52 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> > @@ -515,7 +515,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work)
> >
> > /* wait until RCV_MSG become 3 */
> > if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
> > - pr_err("failed to recieve FLR_CMPL\n");
> > + pr_err("failed to receive FLR_CMPL\n");
> > return;
> > }
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-19 15:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18 10:25 [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive" Colin King
2019-04-18 10:40 ` Mukesh Ojha
2019-04-19 15:05 ` Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox