Re: [PATCH][next] drm/i915/display: fix spelling mistake "Couldnt" -> "Couldn't"

From: Jani Nikula
Date: Thu Feb 04 2021 - 05:45:24 EST


On Wed, 03 Feb 2021, Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in a drm_dbg message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Thanks, pushed to drm-intel-next.

BR,
Jani.


> ---
> drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index 8c12d5375607..a338720cee2e 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -2650,7 +2650,7 @@ void intel_dp_check_frl_training(struct intel_dp *intel_dp)
> if (intel_dp_pcon_start_frl_training(intel_dp) < 0) {
> int ret, mode;
>
> - drm_dbg(&dev_priv->drm, "Couldnt set FRL mode, continuing with TMDS mode\n");
> + drm_dbg(&dev_priv->drm, "Couldn't set FRL mode, continuing with TMDS mode\n");
> ret = drm_dp_pcon_reset_frl_config(&intel_dp->aux);
> mode = drm_dp_pcon_hdmi_link_mode(&intel_dp->aux, NULL);

--
Jani Nikula, Intel Open Source Graphics Center