From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Colin King <colin.king@canonical.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
Russell King <rmk+kernel@armlinux.org.uk>,
Paul Gortmaker <paul.gortmaker@windriver.com>,
Konstantin Porotchkin <kostap@marvell.com>,
linux-clk@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing"
Date: Wed, 12 Apr 2017 09:41:06 +0000 [thread overview]
Message-ID: <877f2qgdzh.fsf@free-electrons.com> (raw)
In-Reply-To: <20170411133743.21073-1-colin.king@canonical.com> (Colin King's message of "Tue, 11 Apr 2017 14:37:43 +0100")
Hi Colin,
On mar., avril 11 2017, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_warn message
>
> Fixes: f109ca864414dc ("clk: apn806: Turn the eMMC clock as optional for dts backwards compatible")
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
The intial patch was merged through the mmc subsystem while it modifies
a clk driver. So I would suggest either Ulf applying it or waiting for
v4.12-rc1 to apply the patch through the clk subsystem.
Gregory
> ---
> drivers/clk/mvebu/ap806-system-controller.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/drivers/clk/mvebu/ap806-system-controller.c
> index 103fe18a3c29..8155baccc98e 100644
> --- a/drivers/clk/mvebu/ap806-system-controller.c
> +++ b/drivers/clk/mvebu/ap806-system-controller.c
> @@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev)
> 4, &name)) {
> ap806_clk_data.clk_num--;
> dev_warn(&pdev->dev,
> - "eMMC clock mising: update the device tree!\n");
> + "eMMC clock missing: update the device tree!\n");
> } else {
> ap806_clks[4] = clk_register_fixed_factor(NULL, name,
> fixedclk_name,
> --
> 2.11.0
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Colin King <colin.king@canonical.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
Russell King <rmk+kernel@armlinux.org.uk>,
Paul Gortmaker <paul.gortmaker@windriver.com>,
Konstantin Porotchkin <kostap@marvell.com>,
linux-clk@vger.kernel.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing"
Date: Wed, 12 Apr 2017 11:41:06 +0200 [thread overview]
Message-ID: <877f2qgdzh.fsf@free-electrons.com> (raw)
In-Reply-To: <20170411133743.21073-1-colin.king@canonical.com> (Colin King's message of "Tue, 11 Apr 2017 14:37:43 +0100")
Hi Colin,
On mar., avril 11 2017, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_warn message
>
> Fixes: f109ca864414dc ("clk: apn806: Turn the eMMC clock as optional for dts backwards compatible")
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
The intial patch was merged through the mmc subsystem while it modifies
a clk driver. So I would suggest either Ulf applying it or waiting for
v4.12-rc1 to apply the patch through the clk subsystem.
Gregory
> ---
> drivers/clk/mvebu/ap806-system-controller.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/drivers/clk/mvebu/ap806-system-controller.c
> index 103fe18a3c29..8155baccc98e 100644
> --- a/drivers/clk/mvebu/ap806-system-controller.c
> +++ b/drivers/clk/mvebu/ap806-system-controller.c
> @@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev)
> 4, &name)) {
> ap806_clk_data.clk_num--;
> dev_warn(&pdev->dev,
> - "eMMC clock mising: update the device tree!\n");
> + "eMMC clock missing: update the device tree!\n");
> } else {
> ap806_clks[4] = clk_register_fixed_factor(NULL, name,
> fixedclk_name,
> --
> 2.11.0
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2017-04-12 9:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-11 13:37 [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing" Colin King
2017-04-11 13:37 ` Colin King
2017-04-12 9:41 ` Gregory CLEMENT [this message]
2017-04-12 9:41 ` Gregory CLEMENT
2017-04-12 16:59 ` Stephen Boyd
2017-04-12 16:59 ` Stephen Boyd
2017-04-20 14:11 ` Ulf Hansson
2017-04-20 14:11 ` Ulf Hansson
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=877f2qgdzh.fsf@free-electrons.com \
--to=gregory.clement@free-electrons.com \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kostap@marvell.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=paul.gortmaker@windriver.com \
--cc=rmk+kernel@armlinux.org.uk \
--cc=sboyd@codeaurora.org \
--cc=thomas.petazzoni@free-electrons.com \
--cc=ulf.hansson@linaro.org \
/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.