2
0

113-clk-at91-Trivial-typo-fixes-in-the-file-sama7g5.c.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. From 268b36c42b7d1e480dd56ecfec626a46f4b5975e Mon Sep 17 00:00:00 2001
  2. From: Bhaskar Chowdhury <[email protected]>
  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. s/critial/critical/ ......two different places
  6. s/parrent/parent/
  7. Signed-off-by: Bhaskar Chowdhury <[email protected]>
  8. Link: https://lore.kernel.org/r/[email protected]
  9. Acked-by: Randy Dunlap <[email protected]>
  10. Signed-off-by: Stephen Boyd <[email protected]>
  11. ---
  12. drivers/clk/at91/sama7g5.c | 6 +++---
  13. 1 file changed, 3 insertions(+), 3 deletions(-)
  14. --- a/drivers/clk/at91/sama7g5.c
  15. +++ b/drivers/clk/at91/sama7g5.c
  16. @@ -166,7 +166,7 @@ static const struct {
  17. .c = &pll_characteristics,
  18. .t = PLL_TYPE_FRAC,
  19. /*
  20. - * This feeds syspll_divpmcck which may feed critial parts
  21. + * This feeds syspll_divpmcck which may feed critical parts
  22. * of the systems like timers. Therefore it should not be
  23. * disabled.
  24. */
  25. @@ -178,7 +178,7 @@ static const struct {
  26. .c = &pll_characteristics,
  27. .t = PLL_TYPE_DIV,
  28. /*
  29. - * This may feed critial parts of the systems like timers.
  30. + * This may feed critical parts of the systems like timers.
  31. * Therefore it should not be disabled.
  32. */
  33. .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
  34. @@ -455,7 +455,7 @@ static const struct {
  35. * @pp: PLL parents
  36. * @pp_mux_table: PLL parents mux table
  37. * @r: clock output range
  38. - * @pp_chg_id: id in parrent array of changeable PLL parent
  39. + * @pp_chg_id: id in parent array of changeable PLL parent
  40. * @pp_count: PLL parents count
  41. * @id: clock id
  42. */