[Intel-gfx] [PATCH 2/4] drm/i915: Fix some whitespace

Chris Wilson chris at chris-wilson.co.uk
Tue Jul 14 16:48:27 UTC 2020


Quoting Ville Syrjala (2020-07-14 16:26:24)
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> Some spaces have snuck in where we want tabs. Fix it.
> 
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
>  drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c b/drivers/gpu/drm/i915/display/intel_cdclk.c
> index bb91dace304a..72095ef14426 100644
> --- a/drivers/gpu/drm/i915/display/intel_cdclk.c
> +++ b/drivers/gpu/drm/i915/display/intel_cdclk.c
> @@ -2677,7 +2677,7 @@ void intel_update_cdclk(struct drm_i915_private *dev_priv)
>          */
>         if (IS_VALLEYVIEW(dev_priv) || IS_CHERRYVIEW(dev_priv))
>                 intel_de_write(dev_priv, GMBUSFREQ_VLV,
> -                              DIV_ROUND_UP(dev_priv->cdclk.hw.cdclk, 1000));
> +                              DIV_ROUND_UP(dev_priv->cdclk.hw.cdclk, 1000));

I appear to have a silly mua.

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris


More information about the Intel-gfx mailing list