aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-conf.c
diff options
context:
space:
mode:
authorShailendra Verma <shailendra.capricorn@gmail.com>2015-05-21 23:32:56 +0530
committerStephen Boyd <sboyd@codeaurora.org>2015-05-21 11:55:05 -0700
commit004cbb475fb0164665d66c68e509a4af64f7f5f1 (patch)
treedbcbacbc65b3016ccc7d339deeee3394d968eaee /drivers/clk/clk-conf.c
parentclk: samsung: Fix typo in panic log (diff)
downloadlinux-dev-004cbb475fb0164665d66c68e509a4af64f7f5f1.tar.xz
linux-dev-004cbb475fb0164665d66c68e509a4af64f7f5f1.zip
clk: clk-conf: Fix typo in comment
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk-conf.c')
-rw-r--r--drivers/clk/clk-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-conf.c b/drivers/clk/clk-conf.c
index 35a396bc9672..43a218f35b19 100644
--- a/drivers/clk/clk-conf.c
+++ b/drivers/clk/clk-conf.c
@@ -125,7 +125,7 @@ static int __set_clk_rates(struct device_node *node, bool clk_supplier)
* and sets any specified clock parents and rates. The @clk_supplier argument
* should be set to true if @node may be also a clock supplier of any clock
* listed in its 'assigned-clocks' or 'assigned-clock-parents' properties.
- * If @clk_supplier is false the function exits returnning 0 as soon as it
+ * If @clk_supplier is false the function exits returning 0 as soon as it
* determines the @node is also a supplier of any of the clocks.
*/
int of_clk_set_defaults(struct device_node *node, bool clk_supplier)