2024-03-26 10:02:34

by Colin Ian King

[permalink] [raw]
Subject: [PATCH][next] drm/panthor: Fix spelling mistake "readyness" -> "readiness"

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

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

diff --git a/drivers/gpu/drm/panthor/panthor_gpu.c b/drivers/gpu/drm/panthor/panthor_gpu.c
index 6dbbc4cfbe7e..0f7c962440d3 100644
--- a/drivers/gpu/drm/panthor/panthor_gpu.c
+++ b/drivers/gpu/drm/panthor/panthor_gpu.c
@@ -333,7 +333,7 @@ int panthor_gpu_block_power_on(struct panthor_device *ptdev,
val, (mask32 & val) == mask32,
100, timeout_us);
if (ret) {
- drm_err(&ptdev->base, "timeout waiting on %s:%llx readyness",
+ drm_err(&ptdev->base, "timeout waiting on %s:%llx readiness",
blk_name, mask);
return ret;
}
--
2.39.2



2024-03-26 10:24:36

by Liviu Dudau

[permalink] [raw]
Subject: Re: [PATCH][next] drm/panthor: Fix spelling mistake "readyness" -> "readiness"

On Tue, Mar 26, 2024 at 10:02:19AM +0000, Colin Ian King wrote:
> There is a spelling mistake in a drm_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Acked-by: Liviu Dudau <[email protected]>

Boris, can you also pick this one up when you're pushing your kernel doc fix?

Best regards,
Liviu

> ---
> drivers/gpu/drm/panthor/panthor_gpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panthor/panthor_gpu.c b/drivers/gpu/drm/panthor/panthor_gpu.c
> index 6dbbc4cfbe7e..0f7c962440d3 100644
> --- a/drivers/gpu/drm/panthor/panthor_gpu.c
> +++ b/drivers/gpu/drm/panthor/panthor_gpu.c
> @@ -333,7 +333,7 @@ int panthor_gpu_block_power_on(struct panthor_device *ptdev,
> val, (mask32 & val) == mask32,
> 100, timeout_us);
> if (ret) {
> - drm_err(&ptdev->base, "timeout waiting on %s:%llx readyness",
> + drm_err(&ptdev->base, "timeout waiting on %s:%llx readiness",
> blk_name, mask);
> return ret;
> }
> --
> 2.39.2
>

--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯

2024-03-26 10:45:39

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH][next] drm/panthor: Fix spelling mistake "readyness" -> "readiness"

On Tue, 26 Mar 2024 10:14:37 +0000
Liviu Dudau <[email protected]> wrote:

> On Tue, Mar 26, 2024 at 10:02:19AM +0000, Colin Ian King wrote:
> > There is a spelling mistake in a drm_err message. Fix it.
> >
> > Signed-off-by: Colin Ian King <[email protected]>
>
> Acked-by: Liviu Dudau <[email protected]>
>
> Boris, can you also pick this one up when you're pushing your kernel doc fix?

Sure, I will.

2024-03-26 10:59:47

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH][next] drm/panthor: Fix spelling mistake "readyness" -> "readiness"

On Tue, 26 Mar 2024 10:02:19 +0000
Colin Ian King <[email protected]> wrote:

> There is a spelling mistake in a drm_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Queued to drm-misc-next.

> ---
> drivers/gpu/drm/panthor/panthor_gpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panthor/panthor_gpu.c b/drivers/gpu/drm/panthor/panthor_gpu.c
> index 6dbbc4cfbe7e..0f7c962440d3 100644
> --- a/drivers/gpu/drm/panthor/panthor_gpu.c
> +++ b/drivers/gpu/drm/panthor/panthor_gpu.c
> @@ -333,7 +333,7 @@ int panthor_gpu_block_power_on(struct panthor_device *ptdev,
> val, (mask32 & val) == mask32,
> 100, timeout_us);
> if (ret) {
> - drm_err(&ptdev->base, "timeout waiting on %s:%llx readyness",
> + drm_err(&ptdev->base, "timeout waiting on %s:%llx readiness",
> blk_name, mask);
> return ret;
> }