Skip to content

Commit

Permalink
clk: qcom: sm6125-gcc: fix typos in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julia Lawall authored and Stephen Boyd committed Mar 15, 2022
1 parent 6a6c238 commit bb7f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-sm6125.c
Original file line number Diff line number Diff line change
Expand Up @@ -4151,7 +4151,7 @@ static int gcc_sm6125_probe(struct platform_device *pdev)

/*
* Enable DUAL_EDGE mode for MCLK RCGs
* This is requierd to enable MND divider mode
* This is required to enable MND divider mode
*/
regmap_update_bits(regmap, 0x51004, 0x3000, 0x2000);
regmap_update_bits(regmap, 0x51020, 0x3000, 0x2000);
Expand Down

0 comments on commit bb7f4b8

Please sign in to comment.