Skip to content

Commit 67a1b9b

Browse files
committed
clk: renesas: rcar-gen3: Grammar s/dependent of/dependent on/
Fix grammar in comments for cpg_z_clk_set_rate(). Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Stephen Boyd <[email protected]> Reviewed-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c141897 commit 67a1b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/renesas/rcar-gen3-cpg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static int cpg_z_clk_set_rate(struct clk_hw *hw, unsigned long rate,
117117
*
118118
* Using experimental measurements, it seems that no more than
119119
* ~10 iterations are needed, independently of the CPU rate.
120-
* Since this value might be dependent of external xtal rate, pll1
120+
* Since this value might be dependent on external xtal rate, pll1
121121
* rate or even the other emulation clocks rate, use 1000 as a
122122
* "super" safe value.
123123
*/

0 commit comments

Comments
 (0)