diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-03-26 10:02:19 +0000 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@collabora.com> | 2024-03-26 11:58:10 +0100 |
commit | 9d1848778e56fb565db041e4237a2f27f9277f63 (patch) | |
tree | b34238d7b6c7b3029fec7aca150b3791b934824e /drivers/gpu/drm/panthor | |
parent | 462a7c0f8e3f833e5ca3dd3f427882b60b3f38e9 (diff) | |
download | linux-9d1848778e56fb565db041e4237a2f27f9277f63.tar.gz linux-9d1848778e56fb565db041e4237a2f27f9277f63.tar.bz2 linux-9d1848778e56fb565db041e4237a2f27f9277f63.zip |
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 <colin.i.king@gmail.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326100219.43989-1-colin.i.king@gmail.com
Diffstat (limited to 'drivers/gpu/drm/panthor')
-rw-r--r-- | drivers/gpu/drm/panthor/panthor_gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |