aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-gate.c
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2023-08-31 15:36:55 +0300
committerStephen Boyd <sboyd@kernel.org>2023-09-11 13:20:40 -0700
commit14aaccbd34e93c0bbaaf475d174ece170f10f694 (patch)
tree1f1893214eb272a409f4d16c3ecb5ee8c1c98112 /drivers/clk/clk-gate.c
parentclk: asm9620: Remove 'hw' local variable that isn't checked (diff)
downloadwireguard-linux-14aaccbd34e93c0bbaaf475d174ece170f10f694.tar.xz
wireguard-linux-14aaccbd34e93c0bbaaf475d174ece170f10f694.zip
clk: gate: fix comment typo and grammar
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>
Diffstat (limited to 'drivers/clk/clk-gate.c')
-rw-r--r--drivers/clk/clk-gate.c2
1 files changed, 1 insertions, 1 deletions
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