]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clk: Fix minor errors in of_clk_init() function comments
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 27 Mar 2014 11:08:36 +0000 (12:08 +0100)
committerMike Turquette <mturquette@linaro.org>
Thu, 27 Mar 2014 23:48:14 +0000 (16:48 -0700)
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c

index 6b44022753cb799962f0fca76937c52394c628b5..dff0373f53c1fb1df1784366a28c35323cde17a5 100644 (file)
@@ -2591,7 +2591,7 @@ static int parent_ready(struct device_node *np)
  * @matches: array of compatible values and init functions for providers.
  *
  * This function scans the device tree for matching clock providers
- * and calls their initialization functions. It also do it by trying
+ * and calls their initialization functions. It also does it by trying
  * to follow the dependencies.
  */
 void __init of_clk_init(const struct of_device_id *matches)
@@ -2628,7 +2628,7 @@ void __init of_clk_init(const struct of_device_id *matches)
                }
 
                /*
-                * We didn't managed to initialize any of the
+                * We didn't manage to initialize any of the
                 * remaining providers during the last loop, so now we
                 * initialize all the remaining ones unconditionally
                 * in case the clock parent was not mandatory