Skip to content

Commit bb7f4b8

Browse files
JuliaLawallbebarino
authored andcommitted
clk: qcom: sm6125-gcc: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220314115354.144023-16-Julia.Lawall@inria.fr Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6a6c238 commit bb7f4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-sm6125.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4151,7 +4151,7 @@ static int gcc_sm6125_probe(struct platform_device *pdev)
41514151

41524152
/*
41534153
* Enable DUAL_EDGE mode for MCLK RCGs
4154-
* This is requierd to enable MND divider mode
4154+
* This is required to enable MND divider mode
41554155
*/
41564156
regmap_update_bits(regmap, 0x51004, 0x3000, 0x2000);
41574157
regmap_update_bits(regmap, 0x51020, 0x3000, 0x2000);

0 commit comments

Comments
 (0)