Skip to content

Commit 225bb79

Browse files
Jiangshan Yibebarino
authored andcommitted
clk: davinci: pll: fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Link: https://lore.kernel.org/r/20220905065833.1831473-1-13667453960@163.com Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent e488db9 commit 225bb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/davinci/pll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
* @hw: clk_hw for the pll
9999
* @base: Base memory address
100100
* @pllm_min: The minimum allowable PLLM[PLLM] value
101-
* @pllm_max: The maxiumum allowable PLLM[PLLM] value
101+
* @pllm_max: The maximum allowable PLLM[PLLM] value
102102
* @pllm_mask: Bitmask for PLLM[PLLM] value
103103
*/
104104
struct davinci_pll_clk {

0 commit comments

Comments
 (0)