9f8c67942ecfb08b1b49c371be69c24617f64ad7
[openwrt/staging/jow.git] / target / linux / at91 / patches-5.10 / 113-clk-at91-Trivial-typo-fixes-in-the-file-sama7g5.c.patch
1 From 268b36c42b7d1e480dd56ecfec626a46f4b5975e Mon Sep 17 00:00:00 2001
2 From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
3 Date: Sat, 13 Mar 2021 11:02:22 +0530
4 Subject: [PATCH 113/247] clk: at91: Trivial typo fixes in the file sama7g5.c
5
6 s/critial/critical/ ......two different places
7 s/parrent/parent/
8
9 Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
10 Link: https://lore.kernel.org/r/20210313053222.14706-1-unixbhaskar@gmail.com
11 Acked-by: Randy Dunlap <rdunlap@infradead.org>
12 Signed-off-by: Stephen Boyd <sboyd@kernel.org>
13 ---
14 drivers/clk/at91/sama7g5.c | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
18 index a6e20b35960e..9e1ec48c4474 100644
19 --- a/drivers/clk/at91/sama7g5.c
20 +++ b/drivers/clk/at91/sama7g5.c
21 @@ -166,7 +166,7 @@ static const struct {
22 .c = &pll_characteristics,
23 .t = PLL_TYPE_FRAC,
24 /*
25 - * This feeds syspll_divpmcck which may feed critial parts
26 + * This feeds syspll_divpmcck which may feed critical parts
27 * of the systems like timers. Therefore it should not be
28 * disabled.
29 */
30 @@ -178,7 +178,7 @@ static const struct {
31 .c = &pll_characteristics,
32 .t = PLL_TYPE_DIV,
33 /*
34 - * This may feed critial parts of the systems like timers.
35 + * This may feed critical parts of the systems like timers.
36 * Therefore it should not be disabled.
37 */
38 .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
39 @@ -455,7 +455,7 @@ static const struct {
40 * @pp: PLL parents
41 * @pp_mux_table: PLL parents mux table
42 * @r: clock output range
43 - * @pp_chg_id: id in parrent array of changeable PLL parent
44 + * @pp_chg_id: id in parent array of changeable PLL parent
45 * @pp_count: PLL parents count
46 * @id: clock id
47 */
48 --
49 2.32.0
50