2019-04-16 12:00:34

by Colin King

[permalink] [raw]
Subject: [PATCH] drm/amdgpu: fix spelling mistake "gateing" -> "gating"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a DRM_INFO message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
index bed78a778e3f..40363ca6c5f1 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
@@ -283,7 +283,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev)
}

if (vce_v2_0_wait_for_idle(adev)) {
- DRM_INFO("VCE is busy, Can't set clock gateing");
+ DRM_INFO("VCE is busy, Can't set clock gating");
return 0;
}

--
2.20.1


2019-04-16 13:22:17

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] drm/amdgpu: fix spelling mistake "gateing" -> "gating"


On 4/16/2019 5:29 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a DRM_INFO message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
> drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> index bed78a778e3f..40363ca6c5f1 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> @@ -283,7 +283,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev)
> }
>
> if (vce_v2_0_wait_for_idle(adev)) {
> - DRM_INFO("VCE is busy, Can't set clock gateing");
> + DRM_INFO("VCE is busy, Can't set clock gating");
> return 0;
> }
>

2019-04-19 19:12:49

by Alex Deucher

[permalink] [raw]
Subject: Re: [PATCH] drm/amdgpu: fix spelling mistake "gateing" -> "gating"

On Wed, Apr 17, 2019 at 3:04 AM Mukesh Ojha <[email protected]> wrote:
>
>
> On 4/16/2019 5:29 PM, Colin King wrote:
> > From: Colin Ian King <[email protected]>
> >
> > There is a spelling mistake in a DRM_INFO message. Fix it.
> >
> > Signed-off-by: Colin Ian King <[email protected]>
> Reviewed-by: Mukesh Ojha <[email protected]>


Applied. thanks!

Alex

>
> Cheers,
> -Mukesh
> > ---
> > drivers/gpu/drm/amd/amdgpu/vce_v2_0.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> > index bed78a778e3f..40363ca6c5f1 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
> > @@ -283,7 +283,7 @@ static int vce_v2_0_stop(struct amdgpu_device *adev)
> > }
> >
> > if (vce_v2_0_wait_for_idle(adev)) {
> > - DRM_INFO("VCE is busy, Can't set clock gateing");
> > + DRM_INFO("VCE is busy, Can't set clock gating");
> > return 0;
> > }
> >
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel