[Intel-gfx] [PATCH v2 8/9] drm/i915: Fix whitespace
Manna, Animesh
animesh.manna at intel.com
Thu Dec 8 15:31:13 UTC 2022
> -----Original Message-----
> From: Ville Syrjala <ville.syrjala at linux.intel.com>
> Sent: Friday, November 25, 2022 11:02 PM
> To: intel-gfx at lists.freedesktop.org
> Cc: Manna, Animesh <animesh.manna at intel.com>
> Subject: [PATCH v2 8/9] drm/i915: Fix whitespace
>
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Stray spaces have snuck in where everything else uses tabs.
>
> Cc: Animesh Manna <animesh.manna at intel.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
Reviewed-by: Animesh Manna <animesh.manna at intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_pps.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_pps.c
> b/drivers/gpu/drm/i915/display/intel_pps.c
> index f6bc896338de..880c530d5832 100644
> --- a/drivers/gpu/drm/i915/display/intel_pps.c
> +++ b/drivers/gpu/drm/i915/display/intel_pps.c
> @@ -535,7 +535,7 @@ void intel_pps_check_power_unlocked(struct
> intel_dp *intel_dp) }
>
> #define IDLE_ON_MASK (PP_ON | PP_SEQUENCE_MASK | 0
> | PP_SEQUENCE_STATE_MASK)
> -#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0
> | PP_SEQUENCE_STATE_ON_IDLE)
> +#define IDLE_ON_VALUE (PP_ON | PP_SEQUENCE_NONE | 0
> | PP_SEQUENCE_STATE_ON_IDLE)
>
> #define IDLE_OFF_MASK (PP_ON | PP_SEQUENCE_MASK | 0
> | 0)
> #define IDLE_OFF_VALUE (0 | PP_SEQUENCE_NONE | 0
> | 0)
> --
> 2.37.4
More information about the Intel-gfx
mailing list