clk: gate: fix comment typo and grammar
authorBaruch Siach <baruch@tkos.co.il>
Thu, 31 Aug 2023 12:36:55 +0000 (15:36 +0300)
committerStephen Boyd <sboyd@kernel.org>
Mon, 11 Sep 2023 20:20:40 +0000 (13:20 -0700)
Change ouput -> output.

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

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link: https://lore.kernel.org/r/d47978a09dd0320f9929a19fa3e829608a02b224.1693485415.git.baruch@tkos.co.il
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-gate.c

index 64283807600b65149ef9290879b8da38f884ccad..68e585a02fd90bd98715d5343d9c6f0c39ba7e01 100644 (file)
@@ -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