From: John Harrison Date: Mon, 12 May 2025 21:53:21 +0000 (-0700) Subject: drm/xe/guc: Remove double blank line X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fddf8cdd4b9b7373f32f77e7a89123394e630188;p=thirdparty%2Flinux.git drm/xe/guc: Remove double blank line 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 Reviewed-by: Michal Wajdeczko Link: https://lore.kernel.org/r/20250512215324.1457009-2-John.C.Harrison@Intel.com --- diff --git a/drivers/gpu/drm/xe/xe_guc_ct.c b/drivers/gpu/drm/xe/xe_guc_ct.c index ff6edf1b14f49..b09dd5788a270 100644 --- a/drivers/gpu/drm/xe/xe_guc_ct.c +++ b/drivers/gpu/drm/xe/xe_guc_ct.c @@ -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);