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

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

parent e77dff51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}