* [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"
@ 2017-07-24 22:45 Colin King
[not found] ` <20170724224501.17037-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2017-07-24 22:45 UTC (permalink / raw)
To: Alex Deucher, Christian König, David Airlie, Chunming Zhou,
Jerry.Zhang, Edward O'Callaghan, Alex Xie,
Harish Kasiviswanathan, amd-gfx, dri-devel
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in WARN_ONCE message
Signed-off-by: Colin Ian King <colin.king@canoical.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
index 5795f81369f0..06f11e2a32af 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
@@ -1301,7 +1301,7 @@ static int amdgpu_vm_update_ptes(struct amdgpu_pte_update_params *params,
if (params->shadow) {
if (WARN_ONCE(use_cpu_update,
- "CPU VM update doesn't suuport shadow pages"))
+ "CPU VM update doesn't support shadow pages"))
return 0;
if (!pt->shadow)
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20170724224501.17037-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>]
* Re: [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support" [not found] ` <20170724224501.17037-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> @ 2017-07-25 8:40 ` Christian König [not found] ` <98e76c8e-fb6e-9ee4-8188-2e290d88e653-5C7GfCeVMHo@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Christian König @ 2017-07-25 8:40 UTC (permalink / raw) To: Colin King, Alex Deucher, David Airlie, Chunming Zhou, Jerry.Zhang-5C7GfCeVMHo, Edward O'Callaghan, Alex Xie, Harish Kasiviswanathan, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA Am 25.07.2017 um 00:45 schrieb Colin King: > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in WARN_ONCE message > > Signed-off-by: Colin Ian King <colin.king@canoical.com> Reviewed-by: Christian König <christian.koenig@amd.com> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > index 5795f81369f0..06f11e2a32af 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c > @@ -1301,7 +1301,7 @@ static int amdgpu_vm_update_ptes(struct amdgpu_pte_update_params *params, > > if (params->shadow) { > if (WARN_ONCE(use_cpu_update, > - "CPU VM update doesn't suuport shadow pages")) > + "CPU VM update doesn't support shadow pages")) > return 0; > > if (!pt->shadow) _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <98e76c8e-fb6e-9ee4-8188-2e290d88e653-5C7GfCeVMHo@public.gmane.org>]
* Re: [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support" [not found] ` <98e76c8e-fb6e-9ee4-8188-2e290d88e653-5C7GfCeVMHo@public.gmane.org> @ 2017-07-25 15:45 ` Alex Deucher 0 siblings, 0 replies; 3+ messages in thread From: Alex Deucher @ 2017-07-25 15:45 UTC (permalink / raw) To: Christian König Cc: Chunming Zhou, David Airlie, Harish Kasiviswanathan, LKML, amd-gfx list, Junwei Zhang, Maling list - DRI developers, Alex Deucher, Colin King, Edward O'Callaghan, Alex Xie On Tue, Jul 25, 2017 at 4:40 AM, Christian König <christian.koenig@amd.com> wrote: > Am 25.07.2017 um 00:45 schrieb Colin King: >> >> From: Colin Ian King <colin.king@canonical.com> >> >> Trivial fix to spelling mistake in WARN_ONCE message >> >> Signed-off-by: Colin Ian King <colin.king@canoical.com> This is actually already fixed in code slated to go upstream in the next kernel. Alex > > > Reviewed-by: Christian König <christian.koenig@amd.com> > >> --- >> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >> b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >> index 5795f81369f0..06f11e2a32af 100644 >> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >> @@ -1301,7 +1301,7 @@ static int amdgpu_vm_update_ptes(struct >> amdgpu_pte_update_params *params, >> if (params->shadow) { >> if (WARN_ONCE(use_cpu_update, >> - "CPU VM update doesn't suuport shadow >> pages")) >> + "CPU VM update doesn't support shadow >> pages")) >> return 0; >> if (!pt->shadow) > > > > _______________________________________________ > amd-gfx mailing list > amd-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-25 15:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 22:45 [PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support" Colin King
[not found] ` <20170724224501.17037-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2017-07-25 8:40 ` Christian König
[not found] ` <98e76c8e-fb6e-9ee4-8188-2e290d88e653-5C7GfCeVMHo@public.gmane.org>
2017-07-25 15:45 ` Alex Deucher
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox