projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6c238
)
clk: qcom: sm6125-gcc: fix typos in comments
author
Julia Lawall
<Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:39 +0000
(12:53 +0100)
committer
Stephen Boyd
<sboyd@kernel.org>
Tue, 15 Mar 2022 22:48:38 +0000
(15:48 -0700)
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>
drivers/clk/qcom/gcc-sm6125.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/gcc-sm6125.c
b/drivers/clk/qcom/gcc-sm6125.c
index 431b55bb0d2f796544ab3245d2dde822b2ea0b1d..cf3af88d4021417534e72cd617ec3f6d719fc9c7 100644
(file)
--- 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 requi
er
d to enable MND divider mode
+ * This is requi
re
d to enable MND divider mode
*/
regmap_update_bits(regmap, 0x51004, 0x3000, 0x2000);
regmap_update_bits(regmap, 0x51020, 0x3000, 0x2000);