diff options
author | Baruch Siach <baruch@tkos.co.il> | 2023-08-31 15:36:55 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-09-11 13:20:40 -0700 |
commit | 14aaccbd34e93c0bbaaf475d174ece170f10f694 (patch) | |
tree | 1f1893214eb272a409f4d16c3ecb5ee8c1c98112 /drivers/clk/clk-gate.c | |
parent | f2af7cb8ac0f825b415b4846a526bddba68807b1 (diff) |
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.c | 2 |
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 |