Commit 445237d6 authored by Colin Ian King's avatar Colin Ian King Committed by Lucas De Marchi

drm/xe: Fix spelling mistake "forcebly" -> "forcibly"

There is a spelling mistake in a drm_dbg message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240426094904.816033-1-colin.i.king@gmail.comSigned-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent e77dff51
...@@ -787,7 +787,7 @@ u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) ...@@ -787,7 +787,7 @@ u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address)
void xe_device_declare_wedged(struct xe_device *xe) void xe_device_declare_wedged(struct xe_device *xe)
{ {
if (xe->wedged.mode == 0) { 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; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment