From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: at91/setup: fix trivial typos
Date: Mon, 8 Apr 2013 17:47:25 +0200 [thread overview]
Message-ID: <5162E68D.5070909@atmel.com> (raw)
In-Reply-To: <1365346199-29525-1-git-send-email-jhovold@gmail.com>
On 04/07/2013 04:49 PM, Johan Hovold :
> Fix a few trivial typos in panic, warning and debug messages.
>
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> arch/arm/mach-at91/setup.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
> index 4b67847..9e7c1e1 100644
> --- a/arch/arm/mach-at91/setup.c
> +++ b/arch/arm/mach-at91/setup.c
> @@ -333,7 +333,7 @@ static void at91_dt_rstc(void)
>
> of_id = of_match_node(rstc_ids, np);
> if (!of_id)
> - panic("AT91: rtsc no restart function availlable\n");
> + panic("AT91: rtsc no restart function available\n");
This one is stacked up.
>
> arm_pm_restart = of_id->data;
>
> @@ -353,7 +353,7 @@ static void at91_dt_ramc(void)
>
> np = of_find_matching_node(NULL, ramc_ids);
> if (!np)
> - panic("unable to find compatible ram conroller node in dtb\n");
> + panic("unable to find compatible ram controller node in dtb\n");
>
> at91_ramc_base[0] = of_iomap(np, 0);
> if (!at91_ramc_base[0])
> @@ -403,7 +403,7 @@ static void at91_dt_shdwc(void)
>
> np = of_find_matching_node(NULL, shdwc_ids);
> if (!np) {
> - pr_debug("AT91: unable to find compatible shutdown (shdwc) conroller node in dtb\n");
> + pr_debug("AT91: unable to find compatible shutdown (shdwc) controller node in dtb\n");
> return;
> }
>
> @@ -419,7 +419,7 @@ static void at91_dt_shdwc(void)
>
> if (!of_property_read_u32(np, "atmel,wakeup-counter", ®)) {
> if (reg > AT91_SHDW_CPTWK0_MAX) {
> - pr_warn("AT91: shdwc wakeup conter 0x%x > 0x%x reduce it to 0x%x\n",
> + pr_warn("AT91: shdwc wakeup counter 0x%x > 0x%x reduce it to 0x%x\n",
> reg, AT91_SHDW_CPTWK0_MAX, AT91_SHDW_CPTWK0_MAX);
> reg = AT91_SHDW_CPTWK0_MAX;
> }
The remaining bytes are now included in at91-3.10-cleanup branch.
Thanks,
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Johan Hovold <jhovold@gmail.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <trivial@kernel.org>
Subject: Re: [PATCH 1/2] ARM: at91/setup: fix trivial typos
Date: Mon, 8 Apr 2013 17:47:25 +0200 [thread overview]
Message-ID: <5162E68D.5070909@atmel.com> (raw)
In-Reply-To: <1365346199-29525-1-git-send-email-jhovold@gmail.com>
On 04/07/2013 04:49 PM, Johan Hovold :
> Fix a few trivial typos in panic, warning and debug messages.
>
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> arch/arm/mach-at91/setup.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
> index 4b67847..9e7c1e1 100644
> --- a/arch/arm/mach-at91/setup.c
> +++ b/arch/arm/mach-at91/setup.c
> @@ -333,7 +333,7 @@ static void at91_dt_rstc(void)
>
> of_id = of_match_node(rstc_ids, np);
> if (!of_id)
> - panic("AT91: rtsc no restart function availlable\n");
> + panic("AT91: rtsc no restart function available\n");
This one is stacked up.
>
> arm_pm_restart = of_id->data;
>
> @@ -353,7 +353,7 @@ static void at91_dt_ramc(void)
>
> np = of_find_matching_node(NULL, ramc_ids);
> if (!np)
> - panic("unable to find compatible ram conroller node in dtb\n");
> + panic("unable to find compatible ram controller node in dtb\n");
>
> at91_ramc_base[0] = of_iomap(np, 0);
> if (!at91_ramc_base[0])
> @@ -403,7 +403,7 @@ static void at91_dt_shdwc(void)
>
> np = of_find_matching_node(NULL, shdwc_ids);
> if (!np) {
> - pr_debug("AT91: unable to find compatible shutdown (shdwc) conroller node in dtb\n");
> + pr_debug("AT91: unable to find compatible shutdown (shdwc) controller node in dtb\n");
> return;
> }
>
> @@ -419,7 +419,7 @@ static void at91_dt_shdwc(void)
>
> if (!of_property_read_u32(np, "atmel,wakeup-counter", ®)) {
> if (reg > AT91_SHDW_CPTWK0_MAX) {
> - pr_warn("AT91: shdwc wakeup conter 0x%x > 0x%x reduce it to 0x%x\n",
> + pr_warn("AT91: shdwc wakeup counter 0x%x > 0x%x reduce it to 0x%x\n",
> reg, AT91_SHDW_CPTWK0_MAX, AT91_SHDW_CPTWK0_MAX);
> reg = AT91_SHDW_CPTWK0_MAX;
> }
The remaining bytes are now included in at91-3.10-cleanup branch.
Thanks,
--
Nicolas Ferre
next prev parent reply other threads:[~2013-04-08 15:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-07 14:49 [PATCH 1/2] ARM: at91/setup: fix trivial typos Johan Hovold
2013-04-07 14:49 ` Johan Hovold
2013-04-07 14:49 ` [PATCH 2/2] ARM: at91: remove trailing semicolon from macros Johan Hovold
2013-04-07 14:49 ` Johan Hovold
2013-04-08 15:49 ` Nicolas Ferre
2013-04-08 15:49 ` Nicolas Ferre
2013-04-08 15:47 ` Nicolas Ferre [this message]
2013-04-08 15:47 ` [PATCH 1/2] ARM: at91/setup: fix trivial typos Nicolas Ferre
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=5162E68D.5070909@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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.