]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/guc: Remove double blank line
authorJohn Harrison <John.C.Harrison@Intel.com>
Mon, 12 May 2025 21:53:21 +0000 (14:53 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 15 May 2025 19:27:33 +0000 (12:27 -0700)
An earlier patch moved a drm_print a few lines lower but accidentally
left a double blank line behind. So fix that.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://lore.kernel.org/r/20250512215324.1457009-2-John.C.Harrison@Intel.com
drivers/gpu/drm/xe/xe_guc_ct.c

index ff6edf1b14f4902cb338412127e806e35cc652e6..b09dd5788a270874375ed498e0ec5cf29cd3b72b 100644 (file)
@@ -2013,7 +2013,6 @@ static void ct_dead_print(struct xe_dead_ct *dead)
                return;
        }
 
-
        /* Can't generate a genuine core dump at this point, so just do the good bits */
        drm_puts(&lp, "**** Xe Device Coredump ****\n");
        drm_printf(&lp, "Reason: CTB is dead - 0x%X\n", dead->reason);