All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe CORNU <philippe.cornu@foss.st.com>
To: Colin King <colin.king@canonical.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Vincent Abriou <vincent.abriou@st.com>,
	"David Airlie" <airlied@linux.ie>,
	Daniel Vetter <daniel@ffwll.ch>,
	<dri-devel@lists.freedesktop.org>
Cc: <kernel-janitors@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drm: sti: fix spelling mistake: rejec -> rejection
Date: Thu, 7 Apr 2022 11:24:40 +0200	[thread overview]
Message-ID: <129c5d51-b645-e9eb-00ad-c660d2f16b9d@foss.st.com> (raw)
In-Reply-To: <20191004082706.26478-1-colin.king@canonical.com>



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 :-)

WARNING: multiple messages have this Message-ID (diff)
From: Philippe CORNU <philippe.cornu@foss.st.com>
To: Colin King <colin.king@canonical.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Vincent Abriou <vincent.abriou@st.com>,
	"David Airlie" <airlied@linux.ie>,
	Daniel Vetter <daniel@ffwll.ch>,
	<dri-devel@lists.freedesktop.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm: sti: fix spelling mistake: rejec -> rejection
Date: Thu, 7 Apr 2022 11:24:40 +0200	[thread overview]
Message-ID: <129c5d51-b645-e9eb-00ad-c660d2f16b9d@foss.st.com> (raw)
In-Reply-To: <20191004082706.26478-1-colin.king@canonical.com>



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 :-)

  reply	other threads:[~2022-04-07  9:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-04  8:27 [PATCH] drm: sti: fix spelling mistake: rejec -> rejection Colin King
2019-10-04  8:27 ` Colin King
2022-04-07  9:24 ` Philippe CORNU [this message]
2022-04-07  9:24   ` Philippe CORNU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=129c5d51-b645-e9eb-00ad-c660d2f16b9d@foss.st.com \
    --to=philippe.cornu@foss.st.com \
    --cc=airlied@linux.ie \
    --cc=benjamin.gaignard@linaro.org \
    --cc=colin.king@canonical.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vincent.abriou@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.