From: Baruch Siach Date: Thu, 31 Aug 2023 12:36:55 +0000 (+0300) Subject: clk: gate: fix comment typo and grammar X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14aaccbd34e93c0bbaaf475d174ece170f10f694;p=linux.git 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 Link: https://lore.kernel.org/r/d47978a09dd0320f9929a19fa3e829608a02b224.1693485415.git.baruch@tkos.co.il Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c index 64283807600b6..68e585a02fd90 100644 --- a/drivers/clk/clk-gate.c +++ b/drivers/clk/clk-gate.c @@ -15,7 +15,7 @@ #include /** - * 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