[PATCH 7/8] drm/i915/scaler: s/excdeed/exceed/
Luca Coelho
luca at coelho.fi
Fri Dec 20 08:55:23 UTC 2024
On Thu, 2024-12-19 at 15:08 +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Fix typo s/excdeed/exceed/
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
> drivers/gpu/drm/i915/display/skl_scaler.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/skl_scaler.c b/drivers/gpu/drm/i915/display/skl_scaler.c
> index f6d76ef1a854..79739357162c 100644
> --- a/drivers/gpu/drm/i915/display/skl_scaler.c
> +++ b/drivers/gpu/drm/i915/display/skl_scaler.c
> @@ -64,7 +64,7 @@ static u16 skl_scaler_calc_phase(int sub, int scale, bool chroma_cosited)
> /*
> * Hardware initial phase limited to [-0.5:1.5].
> * Since the max hardware scale factor is 3.0, we
> - * should never actually excdeed 1.0 here.
> + * should never actually exceed 1.0 here.
> */
> WARN_ON(phase < -0x8000 || phase > 0x18000);
>
Reviewed-by: Luca Coelho <luciano.coelho at intel.com>
--
Cheers,
Luca.
More information about the Intel-gfx
mailing list