diff mbox series

[v2] clk: gate: fix comment typo and grammar

Message ID d47978a09dd0320f9929a19fa3e829608a02b224.1693485415.git.baruch@tkos.co.il (mailing list archive)
State Accepted, archived
Headers show
Series [v2] clk: gate: fix comment typo and grammar | expand

Commit Message

Baruch Siach Aug. 31, 2023, 12:36 p.m. UTC
Change ouput -> output.

While at it change also grammatically incorrect "it's" to "its".

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
v2:

  Add a grammar fix

  Add commit description (Abel Vesa)
---
 drivers/clk/clk-gate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Boyd Sept. 11, 2023, 8:20 p.m. UTC | #1
Quoting Baruch Siach (2023-08-31 05:36:55)
> Change ouput -> output.
> 
> While at it change also grammatically incorrect "it's" to "its".
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c
index 64283807600b..68e585a02fd9 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 its output
  *
  * Traits of this clock:
  * prepare - clk_(un)prepare only ensures parent is (un)prepared