Skip to content

Commit 14aaccb

Browse files
baruchsiachbebarino
authored andcommitted
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>
1 parent f2af7cb commit 14aaccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/clk-gate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <linux/string.h>
1616

1717
/**
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
1919
*
2020
* Traits of this clock:
2121
* prepare - clk_(un)prepare only ensures parent is (un)prepared

0 commit comments

Comments
 (0)