From 004cbb475fb0164665d66c68e509a4af64f7f5f1 Mon Sep 17 00:00:00 2001 From: Shailendra Verma Date: Thu, 21 May 2015 23:32:56 +0530 Subject: [PATCH] clk: clk-conf: Fix typo in comment Signed-off-by: Shailendra Verma Signed-off-by: Stephen Boyd --- drivers/clk/clk-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1