linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] clk: Fix trivia typo in comment exlusive => exclusive
@ 2020-03-10 13:55 Andy Shevchenko
  2020-03-21  0:12 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2020-03-10 13:55 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, linux-clk; +Cc: Andy Shevchenko

Fix trivia typo in comment exlusive => exclusive.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/clk/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index f122e9911b57..39c59f063aa0 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -774,7 +774,7 @@ static void clk_core_rate_restore_protect(struct clk_core *core, int count)
  * clk_rate_exclusive_get - get exclusivity over the clk rate control
  * @clk: the clk over which the exclusity of rate control is requested
  *
- * clk_rate_exlusive_get() begins a critical section during which a clock
+ * clk_rate_exclusive_get() begins a critical section during which a clock
  * consumer cannot tolerate any other consumer making any operation on the
  * clock which could result in a rate change or rate glitch. Exclusive clocks
  * cannot have their rate changed, either directly or indirectly due to changes
-- 
2.25.1


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

* Re: [PATCH v1] clk: Fix trivia typo in comment exlusive => exclusive
  2020-03-10 13:55 [PATCH v1] clk: Fix trivia typo in comment exlusive => exclusive Andy Shevchenko
@ 2020-03-21  0:12 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-03-21  0:12 UTC (permalink / raw)
  To: Andy Shevchenko, Michael Turquette, linux-clk; +Cc: Andy Shevchenko

Quoting Andy Shevchenko (2020-03-10 06:55:07)
> Fix trivia typo in comment exlusive => exclusive.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---

Applied to clk-next

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

end of thread, other threads:[~2020-03-21  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 13:55 [PATCH v1] clk: Fix trivia typo in comment exlusive => exclusive Andy Shevchenko
2020-03-21  0:12 ` 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).