]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 26 Apr 2024 09:49:04 +0000 (10:49 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 26 Apr 2024 12:54:05 +0000 (05:54 -0700)
There is a spelling mistake in a drm_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240426094904.816033-1-colin.i.king@gmail.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c

index 47db4bc9f12c11801b55e36b4894b9af447d527f..ca7a101bd34ef0c6aad7856a31398fb0eb4df611 100644 (file)
@@ -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;
        }