linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: sti: fix spelling mistake: rejec -> rejection
@ 2019-10-04  8:27 Colin King
  2022-04-07  9:24 ` Philippe CORNU
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-10-04  8:27 UTC (permalink / raw)
  To: Benjamin Gaignard, Vincent Abriou, David Airlie, Daniel Vetter,
	dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.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@canonical.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;
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm: sti: fix spelling mistake: rejec -> rejection
  2019-10-04  8:27 [PATCH] drm: sti: fix spelling mistake: rejec -> rejection Colin King
@ 2022-04-07  9:24 ` Philippe CORNU
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe CORNU @ 2022-04-07  9:24 UTC (permalink / raw)
  To: Colin King, Benjamin Gaignard, Vincent Abriou, David Airlie,
	Daniel Vetter, dri-devel
  Cc: kernel-janitors, linux-kernel



On 10/4/19 10:27, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.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@canonical.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 :-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-07  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  8:27 [PATCH] drm: sti: fix spelling mistake: rejec -> rejection Colin King
2022-04-07  9:24 ` Philippe CORNU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).