All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>, <claudiu.beznea@microchip.com>,
	<eugen.hristev@microchip.com>, <tudor.ambarus@microchip.com>,
	<linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <rdunlap@infradead.org>
Subject: Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
Date: Wed, 31 Mar 2021 09:59:56 +0200	[thread overview]
Message-ID: <498a30fd-405b-8599-92ca-ca37269d49d4@microchip.com> (raw)
In-Reply-To: <20210313053222.14706-1-unixbhaskar@gmail.com>

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_FRAC,
>                     /*
> -                   * This feeds syspll_divpmcck which may feed critial parts
> +                   * This feeds syspll_divpmcck which may feed critical parts
>                      * of the systems like timers. Therefore it should not be
>                      * disabled.
>                      */
> @@ -178,7 +178,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_DIV,
>                     /*
> -                   * This may feed critial parts of the systems like timers.
> +                   * This may feed critical parts of the systems like timers.
>                      * Therefore it should not be disabled.
>                      */
>                    .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>    * @pp:                        PLL parents
>    * @pp_mux_table:      PLL parents mux table
>    * @r:                 clock output range
> - * @pp_chg_id:         id in parrent array of changeable PLL parent
> + * @pp_chg_id:         id in parent array of changeable PLL parent
>    * @pp_count:          PLL parents count
>    * @id:                        clock id
>    */
> --
> 2.26.2
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<alexandre.belloni@bootlin.com>,
	<ludovic.desroches@microchip.com>, <claudiu.beznea@microchip.com>,
	<eugen.hristev@microchip.com>, <tudor.ambarus@microchip.com>,
	<linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <rdunlap@infradead.org>
Subject: Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
Date: Wed, 31 Mar 2021 09:59:56 +0200	[thread overview]
Message-ID: <498a30fd-405b-8599-92ca-ca37269d49d4@microchip.com> (raw)
In-Reply-To: <20210313053222.14706-1-unixbhaskar@gmail.com>

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_FRAC,
>                     /*
> -                   * This feeds syspll_divpmcck which may feed critial parts
> +                   * This feeds syspll_divpmcck which may feed critical parts
>                      * of the systems like timers. Therefore it should not be
>                      * disabled.
>                      */
> @@ -178,7 +178,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_DIV,
>                     /*
> -                   * This may feed critial parts of the systems like timers.
> +                   * This may feed critical parts of the systems like timers.
>                      * Therefore it should not be disabled.
>                      */
>                    .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>    * @pp:                        PLL parents
>    * @pp_mux_table:      PLL parents mux table
>    * @r:                 clock output range
> - * @pp_chg_id:         id in parrent array of changeable PLL parent
> + * @pp_chg_id:         id in parent array of changeable PLL parent
>    * @pp_count:          PLL parents count
>    * @id:                        clock id
>    */
> --
> 2.26.2
> 


-- 
Nicolas Ferre

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

  parent reply	other threads:[~2021-03-31  8:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13  5:32 [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c Bhaskar Chowdhury
2021-03-13  5:32 ` Bhaskar Chowdhury
2021-03-13  6:47 ` Randy Dunlap
2021-03-13  6:47   ` Randy Dunlap
2021-03-13 21:02 ` Stephen Boyd
2021-03-13 21:02   ` Stephen Boyd
2021-03-31  7:59 ` Nicolas Ferre [this message]
2021-03-31  7:59   ` 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=498a30fd-405b-8599-92ca-ca37269d49d4@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=eugen.hristev@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mturquette@baylibre.com \
    --cc=rdunlap@infradead.org \
    --cc=sboyd@kernel.org \
    --cc=tudor.ambarus@microchip.com \
    --cc=unixbhaskar@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.