-----Original Message-----
From: Intel-xe <[email protected]> On Behalf Of Colin Ian 
King
Sent: Friday, August 1, 2025 9:47 AM
To: Jani Nikula <[email protected]>; Vivi, Rodrigo 
<[email protected]>; Joonas Lahtinen <[email protected]>; 
Tvrtko Ursulin <[email protected]>; David Airlie <[email protected]>; Simona 
Vetter <[email protected]>; [email protected]; 
[email protected]; [email protected]
Cc: [email protected]; [email protected]
Subject: [PATCH][next] drm/i915/bw: Remove space before newline
> 
> There is an extraneous space before a newline in a drm_dbg_kms message.
> Remove the space.
> 
> Signed-off-by: Colin Ian King <[email protected]>

Reviewed-by: Jonathan Cavitt <[email protected]>
-Jonathan Cavitt

> ---
>  drivers/gpu/drm/i915/display/intel_bw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_bw.c 
> b/drivers/gpu/drm/i915/display/intel_bw.c
> index d29a755612de..ac6da20d9529 100644
> --- a/drivers/gpu/drm/i915/display/intel_bw.c
> +++ b/drivers/gpu/drm/i915/display/intel_bw.c
> @@ -359,7 +359,7 @@ static int icl_get_qgv_points(struct intel_display 
> *display,
>  
>               for (i = 0; i < qi->num_psf_points; i++)
>                       drm_dbg_kms(display->drm,
> -                                 "PSF GV %d: CLK=%d \n",
> +                                 "PSF GV %d: CLK=%d\n",
>                                   i, qi->psf_points[i].clk);
>       }
>  
> -- 
> 2.50.0
> 
> 

Reply via email to