[PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

Subsystems: common clk framework, the rest

STALE1956d LANDED

Landed in mainline as 7996dfd6ed28 on 2021-03-13.

4 messages, 4 authors, 2021-03-31 · open the first message on its own page

[PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

From: Bhaskar Chowdhury <hidden>
Date: 2021-03-13 05:35:44

s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <redacted>
---
 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


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

Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

From: Randy Dunlap <hidden>
Date: 2021-03-13 06:48:54

On 3/12/21 9:32 PM, Bhaskar Chowdhury wrote:
s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <redacted>
Acked-by: Randy Dunlap <redacted>
quoted hunk
---
 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
  */
--

-- 
~Randy


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

Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-03-13 21:03:16

Quoting Bhaskar Chowdhury (2021-03-12 21:32:22)
s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <redacted>
---
Applied to clk-next

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

Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c

From: Nicolas Ferre <nicolas.ferre@microchip.com>
Date: 2021-03-31 08:00:52

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <redacted>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
quoted hunk
---
  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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help