Hi Nitin, ... > diff --git a/drivers/gpu/drm/i915/display/intel_crtc.c b/drivers/gpu/drm/i915/display/intel_crtc.c > index c910168602d2..14fdaf675636 100644 > --- a/drivers/gpu/drm/i915/display/intel_crtc.c > +++ b/drivers/gpu/drm/i915/display/intel_crtc.c > @@ -96,7 +96,7 @@ u32 intel_crtc_max_vblank_count(const struct intel_crtc_state *crtc_state) > struct drm_i915_private *dev_priv = to_i915(crtc_state->uapi.crtc->dev); > > /* > - * From Gen 11, In case of dsi cmd mode, frame counter wouldnt > + * From Gen 11, In case of dsi cmd mode, frame counter wouldn't "In case" is wrongly capitalized here. > * have updated at the beginning of TE, if we want to use > * the hw counter, then we would find it updated in only > * the next TE, hence switching to sw counter. ... > diff --git a/drivers/gpu/drm/i915/display/intel_pps.c b/drivers/gpu/drm/i915/display/intel_pps.c > index eb35f0249f2b..f2c1280b51c9 100644 > --- a/drivers/gpu/drm/i915/display/intel_pps.c > +++ b/drivers/gpu/drm/i915/display/intel_pps.c > @@ -1502,7 +1502,7 @@ static void pps_init_delays_vbt(struct intel_dp *intel_dp, > return; > > /* On Toshiba Satellite P50-C-18C system the VBT T12 delay You can fix the comment style here. > - * of 500ms appears to be too short. Ocassionally the panel > + * of 500ms appears to be too short. Occasionally the panel > * just fails to power back on. Increasing the delay to 800ms > * seems sufficient to avoid this problem. > */ Thanks Krzysztof