[PATCH v3 1/4] drm/xe/guc: Remove double blank line

Michal Wajdeczko michal.wajdeczko at intel.com
Thu May 8 19:37:39 UTC 2025



On 08.05.2025 03:34, John.C.Harrison at Intel.com wrote:
> From: John Harrison <John.C.Harrison at Intel.com>
> 
> 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 at Intel.com>

Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>

> ---
>  drivers/gpu/drm/xe/xe_guc_ct.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_guc_ct.c b/drivers/gpu/drm/xe/xe_guc_ct.c
> index 2447de0ebedf..9213fdc25950 100644
> --- a/drivers/gpu/drm/xe/xe_guc_ct.c
> +++ b/drivers/gpu/drm/xe/xe_guc_ct.c
> @@ -1830,7 +1830,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);



More information about the Intel-xe mailing list