public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: gate: fix comment typo
@ 2023-08-31 10:41 Baruch Siach
  2023-08-31 12:14 ` Abel Vesa
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2023-08-31 10:41 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, Baruch Siach

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 drivers/clk/clk-gate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c
index 64283807600b..f4f5b489a1f2 100644
--- a/drivers/clk/clk-gate.c
+++ b/drivers/clk/clk-gate.c
@@ -15,7 +15,7 @@
 #include <linux/string.h>
 
 /**
- * DOC: basic gatable clock which can gate and ungate it's ouput
+ * DOC: basic gatable clock which can gate and ungate it's output
  *
  * Traits of this clock:
  * prepare - clk_(un)prepare only ensures parent is (un)prepared
-- 
2.40.1


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

* Re: [PATCH] clk: gate: fix comment typo
  2023-08-31 10:41 [PATCH] clk: gate: fix comment typo Baruch Siach
@ 2023-08-31 12:14 ` Abel Vesa
  0 siblings, 0 replies; 2+ messages in thread
From: Abel Vesa @ 2023-08-31 12:14 UTC (permalink / raw)
  To: Baruch Siach; +Cc: Michael Turquette, Stephen Boyd, linux-clk

On 23-08-31 13:41:18, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---

Thanks for your patch.

But your commit needs a message, even if it is a trivial typo.

Maybe have a read thhrouh Documentation/process/submitting-patches.rst
first.


>  drivers/clk/clk-gate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c
> index 64283807600b..f4f5b489a1f2 100644
> --- a/drivers/clk/clk-gate.c
> +++ b/drivers/clk/clk-gate.c
> @@ -15,7 +15,7 @@
>  #include <linux/string.h>
>  
>  /**
> - * DOC: basic gatable clock which can gate and ungate it's ouput
> + * DOC: basic gatable clock which can gate and ungate it's output
>   *
>   * Traits of this clock:
>   * prepare - clk_(un)prepare only ensures parent is (un)prepared
> -- 
> 2.40.1
> 

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

end of thread, other threads:[~2023-08-31 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 10:41 [PATCH] clk: gate: fix comment typo Baruch Siach
2023-08-31 12:14 ` Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox