projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dd882
)
clk: Spelling s/derefing/dereferencing/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 29 Oct 2015 19:55:00 +0000
(20:55 +0100)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 20 Nov 2015 19:17:55 +0000
(11:17 -0800)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk.c
b/drivers/clk/clk.c
index 20d8e07026a17c56116800c3b1a2cd3e78d47e44..27e99c7c57b96bf764283ab2604ea5047e1cd8cc 100644
(file)
--- a/
drivers/clk/clk.c
+++ b/
drivers/clk/clk.c
@@
-1944,7
+1944,7
@@
bool clk_is_match(const struct clk *p, const struct clk *q)
if (p == q)
return true;
- /* true if clk->core pointers match. Avoid derefing garbage */
+ /* true if clk->core pointers match. Avoid deref
erenc
ing garbage */
if (!IS_ERR_OR_NULL(p) && !IS_ERR_OR_NULL(q))
if (p->core == q->core)
return true;