Skip to content

Commit 9d18487

Browse files
ColinIanKingbbrezillon
authored andcommitted
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
1 parent 462a7c0 commit 9d18487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/panthor/panthor_gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ int panthor_gpu_block_power_on(struct panthor_device *ptdev,
333333
val, (mask32 & val) == mask32,
334334
100, timeout_us);
335335
if (ret) {
336-
drm_err(&ptdev->base, "timeout waiting on %s:%llx readyness",
336+
drm_err(&ptdev->base, "timeout waiting on %s:%llx readiness",
337337
blk_name, mask);
338338
return ret;
339339
}

0 commit comments

Comments
 (0)