> -----Original Message-----
> From: dri-devel <[email protected]> On Behalf Of Tvrtko
> Ursulin
> Sent: Wednesday, September 20, 2023 2:27 PM
> To: [email protected]; [email protected]
> Cc: Srivatsa, Anusha <[email protected]>; Bhadane, Dnyaneshwar
> <[email protected]>; Sripada, Radhakrishna
> <[email protected]>; Ursulin, Tvrtko <[email protected]>
> Subject: [PATCH] drm/i915: Zap some empty lines
> 
> From: Tvrtko Ursulin <[email protected]>
> 
> Recent refactoring left an unsightly block of empty lines. Remove them.
> 
> Signed-off-by: Tvrtko Ursulin <[email protected]>
> Cc: Dnyaneshwar Bhadane <[email protected]>
> Cc: Anusha Srivatsa <[email protected]>
> Cc: Radhakrishna Sripada <[email protected]>

LGTM,
Reviewed-by: Radhakrishna Sripada <[email protected]>

> ---
>  drivers/gpu/drm/i915/i915_drv.h | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index 87ffc477c3b1..511eba3bbdba 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -646,13 +646,6 @@ IS_SUBPLATFORM(const struct drm_i915_private *i915,
>  #define IS_TIGERLAKE_UY(i915) \
>       IS_SUBPLATFORM(i915, INTEL_TIGERLAKE, INTEL_SUBPLATFORM_UY)
> 
> -
> -
> -
> -
> -
> -
> -
>  #define IS_XEHPSDV_GRAPHICS_STEP(__i915, since, until) \
>       (IS_XEHPSDV(__i915) && IS_GRAPHICS_STEP(__i915, since, until))
> 
> --
> 2.39.2

Reply via email to