There is a spelling mistake in a drm_dbg message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> --- drivers/gpu/drm/xe/xe_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index bb4fbae5edb6..b61f8356e23e 100644 --- a/drivers/gpu/drm/xe/xe_device.c +++ b/drivers/gpu/drm/xe/xe_device.c @@ -788,7 +788,7 @@ u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) void xe_device_declare_wedged(struct xe_device *xe) { if (xe->wedged.mode == 0) { - drm_dbg(&xe->drm, "Wedged mode is forcebly disabled\n"); + drm_dbg(&xe->drm, "Wedged mode is forcibly disabled\n"); return; } -- 2.39.2