* [PATCH] clk: Fix minor errors in of_clk_init() function comments
@ 2014-03-27 11:08 ` Sylwester Nawrocki
0 siblings, 0 replies; 3+ messages in thread
From: Sylwester Nawrocki @ 2014-03-27 11:08 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
drivers/clk/clk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index c859adf..29dc1e7 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2575,7 +2575,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)
@@ -2612,7 +2612,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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: Fix minor errors in of_clk_init() function comments
@ 2014-03-27 11:08 ` Sylwester Nawrocki
0 siblings, 0 replies; 3+ messages in thread
From: Sylwester Nawrocki @ 2014-03-27 11:08 UTC (permalink / raw)
To: mturquette; +Cc: linux-arm-kernel, linux-kernel, Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
drivers/clk/clk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index c859adf..29dc1e7 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2575,7 +2575,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)
@@ -2612,7 +2612,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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: Fix minor errors in of_clk_init() function comments
2014-03-27 11:08 ` Sylwester Nawrocki
(?)
@ 2014-03-28 19:07 ` Mike Turquette
-1 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2014-03-28 19:07 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Sylwester Nawrocki (2014-03-27 04:08:36)
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Taken into clk-next.
Thanks,
Mike
> ---
> drivers/clk/clk.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
> index c859adf..29dc1e7 100644
> --- a/drivers/clk/clk.c
> +++ b/drivers/clk/clk.c
> @@ -2575,7 +2575,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)
> @@ -2612,7 +2612,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
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-28 19:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 11:08 [PATCH] clk: Fix minor errors in of_clk_init() function comments Sylwester Nawrocki
2014-03-27 11:08 ` Sylwester Nawrocki
2014-03-28 19:07 ` Mike Turquette
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.