All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Julia Lawall <Julia.Lawall@inria.fr>, Andrew Lunn <andrew@lunn.ch>
Cc: kernel-janitors@vger.kernel.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [ARM] orion5x: fix typos in comments
Date: Mon, 09 May 2022 10:37:37 +0200	[thread overview]
Message-ID: <87pmknrtim.fsf@BL-laptop> (raw)
In-Reply-To: <20220318103729.157574-3-Julia.Lawall@inria.fr>

Julia Lawall <Julia.Lawall@inria.fr> writes:

> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Applied on mvebu/arm

Thanks,

Gregory
>
> ---
>  arch/arm/mach-orion5x/dns323-setup.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c
> index 87cb47220e82..d69259b6b60d 100644
> --- a/arch/arm/mach-orion5x/dns323-setup.c
> +++ b/arch/arm/mach-orion5x/dns323-setup.c
> @@ -696,12 +696,12 @@ static void __init dns323_init(void)
>  			pr_err("DNS-323: failed to setup power-off GPIO\n");
>  		pm_power_off = dns323c_power_off;
>  
> -		/* Now, -this- should theorically be done by the sata_mv driver
> +		/* Now, -this- should theoretically be done by the sata_mv driver
>  		 * once I figure out what's going on there. Maybe the behaviour
>  		 * of the LEDs should be somewhat passed via the platform_data.
>  		 * for now, just whack the register and make the LEDs happy
>  		 *
> -		 * Note: AFAIK, rev B1 needs the same treatement but I'll let
> +		 * Note: AFAIK, rev B1 needs the same treatment but I'll let
>  		 * somebody else test it.
>  		 */
>  		writel(0x5, ORION5X_SATA_VIRT_BASE + 0x2c);
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Julia Lawall <Julia.Lawall@inria.fr>, Andrew Lunn <andrew@lunn.ch>
Cc: kernel-janitors@vger.kernel.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [ARM] orion5x: fix typos in comments
Date: Mon, 09 May 2022 10:37:37 +0200	[thread overview]
Message-ID: <87pmknrtim.fsf@BL-laptop> (raw)
In-Reply-To: <20220318103729.157574-3-Julia.Lawall@inria.fr>

Julia Lawall <Julia.Lawall@inria.fr> writes:

> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Applied on mvebu/arm

Thanks,

Gregory
>
> ---
>  arch/arm/mach-orion5x/dns323-setup.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c
> index 87cb47220e82..d69259b6b60d 100644
> --- a/arch/arm/mach-orion5x/dns323-setup.c
> +++ b/arch/arm/mach-orion5x/dns323-setup.c
> @@ -696,12 +696,12 @@ static void __init dns323_init(void)
>  			pr_err("DNS-323: failed to setup power-off GPIO\n");
>  		pm_power_off = dns323c_power_off;
>  
> -		/* Now, -this- should theorically be done by the sata_mv driver
> +		/* Now, -this- should theoretically be done by the sata_mv driver
>  		 * once I figure out what's going on there. Maybe the behaviour
>  		 * of the LEDs should be somewhat passed via the platform_data.
>  		 * for now, just whack the register and make the LEDs happy
>  		 *
> -		 * Note: AFAIK, rev B1 needs the same treatement but I'll let
> +		 * Note: AFAIK, rev B1 needs the same treatment but I'll let
>  		 * somebody else test it.
>  		 */
>  		writel(0x5, ORION5X_SATA_VIRT_BASE + 0x2c);
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-05-09  9:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18 10:36 [PATCH] [ARM] orion5x: fix typos in comments Julia Lawall
2022-03-18 10:36 ` Julia Lawall
2022-05-09  8:37 ` Gregory CLEMENT [this message]
2022-05-09  8:37   ` Gregory CLEMENT

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=87pmknrtim.fsf@BL-laptop \
    --to=gregory.clement@bootlin.com \
    --cc=Julia.Lawall@inria.fr \
    --cc=andrew@lunn.ch \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=sebastian.hesselbarth@gmail.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.