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 |
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 --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
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(-)