linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] clk: Grammar missing "and", Spelling s/statisfied/satisfied/
@ 2019-06-17 13:56 Geert Uytterhoeven
  2019-06-25 21:51 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-06-17 13:56 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Jiri Kosina, linux-clk, linux-kernel, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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 0529ac624ed73ba0..37b2d4041872d53b 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2191,7 +2191,7 @@ int clk_set_rate(struct clk *clk, unsigned long rate)
 EXPORT_SYMBOL_GPL(clk_set_rate);
 
 /**
- * clk_set_rate_exclusive - specify a new rate get exclusive control
+ * clk_set_rate_exclusive - specify a new rate and get exclusive control
  * @clk: the clk whose rate is being changed
  * @rate: the new rate for clk
  *
@@ -2199,7 +2199,7 @@ EXPORT_SYMBOL_GPL(clk_set_rate);
  * within a critical section
  *
  * This can be used initially to ensure that at least 1 consumer is
- * statisfied when several consumers are competing for exclusivity over the
+ * satisfied when several consumers are competing for exclusivity over the
  * same clock provider.
  *
  * The exclusivity is not applied if setting the rate failed.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH trivial] clk: Grammar missing "and", Spelling s/statisfied/satisfied/
  2019-06-17 13:56 [PATCH trivial] clk: Grammar missing "and", Spelling s/statisfied/satisfied/ Geert Uytterhoeven
@ 2019-06-25 21:51 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-06-25 21:51 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: Jiri Kosina, linux-clk, linux-kernel, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2019-06-17 06:56:02)
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---

Applied to clk-next


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-25 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 13:56 [PATCH trivial] clk: Grammar missing "and", Spelling s/statisfied/satisfied/ Geert Uytterhoeven
2019-06-25 21:51 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).