clk: clk-conf: Fix typo in comment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Thu, 21 May 2015 18:02:56 +0000 (23:32 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 21 May 2015 18:55:05 +0000 (11:55 -0700)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-conf.c

index 35a396bc9672904fce67f2de7404cf0574a7a04b..43a218f35b190a21e62bc520cdac38f275f5da82 100644 (file)
@@ -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)
This page took 0.026888 seconds and 5 git commands to generate.