Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Baruch Siach and committed by
Stephen Boyd
14aaccbd f2af7cb8

+1 -1
+1 -1
drivers/clk/clk-gate.c
··· 15 15 #include <linux/string.h> 16 16 17 17 /** 18 - * DOC: basic gatable clock which can gate and ungate it's ouput 18 + * DOC: basic gatable clock which can gate and ungate its output 19 19 * 20 20 * Traits of this clock: 21 21 * prepare - clk_(un)prepare only ensures parent is (un)prepared