diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:39 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-03-15 15:48:38 -0700 |
commit | bb7f4b8c1e5c184d8a39c25ce40a73ef6ecba365 (patch) | |
tree | f93b86f96a434dc3c75bbb9d90e3c3a62cd32f80 /drivers/clk/qcom/gcc-sm6125.c | |
parent | 6a6c2389ddf74c2b204a6900745d7a77abfc22f3 (diff) | |
download | linux-stable-bb7f4b8c1e5c184d8a39c25ce40a73ef6ecba365.tar.gz linux-stable-bb7f4b8c1e5c184d8a39c25ce40a73ef6ecba365.tar.bz2 linux-stable-bb7f4b8c1e5c184d8a39c25ce40a73ef6ecba365.zip |
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>
Diffstat (limited to 'drivers/clk/qcom/gcc-sm6125.c')
-rw-r--r-- | drivers/clk/qcom/gcc-sm6125.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/qcom/gcc-sm6125.c b/drivers/clk/qcom/gcc-sm6125.c index 431b55bb0d2f..cf3af88d4021 100644 --- a/drivers/clk/qcom/gcc-sm6125.c +++ b/drivers/clk/qcom/gcc-sm6125.c @@ -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); |