]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915/casf: fix comment typos
authorMichał Grzelak <michal.grzelak@intel.com>
Sat, 9 May 2026 16:40:40 +0000 (18:40 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 20 May 2026 23:51:17 +0000 (02:51 +0300)
Remove superfluous whitespace character and fix the spelling.

Cc: Nemesa Garg <nemesa.garg@intel.com>
Signed-off-by: Michał Grzelak <michal.grzelak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260509164048.627399-2-michal.grzelak@intel.com
drivers/gpu/drm/i915/display/intel_casf.c

index c2d2746c5f04118fefd95585b664cc0385209d88..9a306aee2199432a435a815224d5a75182e1691d 100644 (file)
@@ -162,7 +162,7 @@ static u32 casf_coeff(const struct intel_crtc_state *crtc_state, int t)
 
 /*
  * 17 phase of 7 taps requires 119 coefficients in 60 dwords per set.
- * To enable casf:  program scaler coefficients with the coeffients
+ * To enable casf: program scaler coefficients with the coefficients
  * that are calculated and stored in pch_pfit.casf.coeff as per
  * SCALER_COEFFICIENT_FORMAT
  */