From: Colin Ian King Date: Fri, 26 Apr 2024 09:49:04 +0000 (+0100) Subject: drm/xe: Fix spelling mistake "forcebly" -> "forcibly" X-Git-Tag: v6.11-rc1~141^2~26^2~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=445237d67a818c18a748602f8eaa4b52f8c6b39c;p=thirdparty%2Fkernel%2Flinux.git drm/xe: Fix spelling mistake "forcebly" -> "forcibly" There is a spelling mistake in a drm_dbg message. Fix it. Signed-off-by: Colin Ian King Reviewed-by: Lucas De Marchi Link: https://patchwork.freedesktop.org/patch/msgid/20240426094904.816033-1-colin.i.king@gmail.com Signed-off-by: Lucas De Marchi --- diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c index 47db4bc9f12c1..ca7a101bd34ef 100644 --- a/drivers/gpu/drm/xe/xe_device.c +++ b/drivers/gpu/drm/xe/xe_device.c @@ -787,7 +787,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; }