summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
diff options
context:
space:
mode:
authorSylwester Nawrocki2014-03-27 12:08:36 +0100
committerMike Turquette2014-03-28 00:48:14 +0100
commite5ca8fb4cca90706e115f65097a775795415eca5 (patch)
tree928faedc9bd4ff6986a9f5c5c9067b82576646e5 /drivers/clk/clk.c
parentclk: reverse default clk provider initialization order in of_clk_init() (diff)
downloadkernel-qcow2-linux-e5ca8fb4cca90706e115f65097a775795415eca5.tar.gz
kernel-qcow2-linux-e5ca8fb4cca90706e115f65097a775795415eca5.tar.xz
kernel-qcow2-linux-e5ca8fb4cca90706e115f65097a775795415eca5.zip
clk: Fix minor errors in of_clk_init() function comments
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r--drivers/clk/clk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 6b44022753cb..dff0373f53c1 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -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