Commit e5ca8fb4 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mike Turquette

clk: Fix minor errors in of_clk_init() function comments

Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 3f6d439f
...@@ -2591,7 +2591,7 @@ static int parent_ready(struct device_node *np) ...@@ -2591,7 +2591,7 @@ static int parent_ready(struct device_node *np)
* @matches: array of compatible values and init functions for providers. * @matches: array of compatible values and init functions for providers.
* *
* This function scans the device tree for matching clock 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. * to follow the dependencies.
*/ */
void __init of_clk_init(const struct of_device_id *matches) 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) ...@@ -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 * remaining providers during the last loop, so now we
* initialize all the remaining ones unconditionally * initialize all the remaining ones unconditionally
* in case the clock parent was not mandatory * in case the clock parent was not mandatory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment