[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <129c5d51-b645-e9eb-00ad-c660d2f16b9d@foss.st.com>
Date: Thu, 7 Apr 2022 11:24:40 +0200
From: Philippe CORNU <philippe.cornu@...s.st.com>
To: Colin King <colin.king@...onical.com>,
Benjamin Gaignard <benjamin.gaignard@...aro.org>,
Vincent Abriou <vincent.abriou@...com>,
"David Airlie" <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
<dri-devel@...ts.freedesktop.org>
CC: <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm: sti: fix spelling mistake: rejec -> rejection
On 10/4/19 10:27, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> In other places of the driver the string hdmi_rejection_pll is
> used instead of the truncated hdmi_rejec_pll, so use this string
> instead to be consistent.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/gpu/drm/sti/sti_hdmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/sti/sti_hdmi.c b/drivers/gpu/drm/sti/sti_hdmi.c
> index 814560ead4e1..e2018e4a3ec5 100644
> --- a/drivers/gpu/drm/sti/sti_hdmi.c
> +++ b/drivers/gpu/drm/sti/sti_hdmi.c
> @@ -886,7 +886,7 @@ static void sti_hdmi_pre_enable(struct drm_bridge *bridge)
> if (clk_prepare_enable(hdmi->clk_tmds))
> DRM_ERROR("Failed to prepare/enable hdmi_tmds clk\n");
> if (clk_prepare_enable(hdmi->clk_phy))
> - DRM_ERROR("Failed to prepare/enable hdmi_rejec_pll clk\n");
> + DRM_ERROR("Failed to prepare/enable hdmi_rejection_pll clk\n");
>
> hdmi->enabled = true;
>
Dear Colin,
Many thanks for your patch,
Applied on drm-misc-next.
and sorry for the delay.
Have a good day
Philippe :-)
Powered by blists - more mailing lists