projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2af7cb
)
clk: gate: fix comment typo and grammar
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 31 Aug 2023 12:36:55 +0000
(15:36 +0300)
committer
Stephen Boyd
<sboyd@kernel.org>
Mon, 11 Sep 2023 20:20:40 +0000
(13:20 -0700)
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>
drivers/clk/clk-gate.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-gate.c
b/drivers/clk/clk-gate.c
index 64283807600b65149ef9290879b8da38f884ccad..68e585a02fd90bd98715d5343d9c6f0c39ba7e01 100644
(file)
--- 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 ou
put
+ * DOC: basic gatable clock which can gate and ungate it
s out
put
*
* Traits of this clock:
* prepare - clk_(un)prepare only ensures parent is (un)prepared