2022-09-05 07:22:07

by Yi Jiangshan

[permalink] [raw]
Subject: [PATCH] clk: davinci: pll: fix spelling typo in comment

From: Jiangshan Yi <[email protected]>

Fix spelling typo in comment.

Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
drivers/clk/davinci/pll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/davinci/pll.c b/drivers/clk/davinci/pll.c
index 0d750433eb42..c53dd4ff8530 100644
--- a/drivers/clk/davinci/pll.c
+++ b/drivers/clk/davinci/pll.c
@@ -98,7 +98,7 @@
* @hw: clk_hw for the pll
* @base: Base memory address
* @pllm_min: The minimum allowable PLLM[PLLM] value
- * @pllm_max: The maxiumum allowable PLLM[PLLM] value
+ * @pllm_max: The maximum allowable PLLM[PLLM] value
* @pllm_mask: Bitmask for PLLM[PLLM] value
*/
struct davinci_pll_clk {
--
2.27.0


No virus found
Checked by Hillstone Network AntiVirus


2022-09-05 15:16:39

by David Lechner

[permalink] [raw]
Subject: Re: [PATCH] clk: davinci: pll: fix spelling typo in comment

On 9/5/22 1:58 AM, Jiangshan Yi wrote:
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: Jiangshan Yi <[email protected]>
> ---

Reviewed-by: David Lechner <[email protected]>

2022-09-30 21:09:45

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] clk: davinci: pll: fix spelling typo in comment

Quoting Jiangshan Yi (2022-09-04 23:58:33)
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: Jiangshan Yi <[email protected]>
> ---

Applied to clk-next