diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-09-05 17:10:16 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 03:21:29 +0200 |
commit | b0772b4d95b1341d1f0f273894b999aa6b0916ba (patch) | |
tree | 3bb13a0add5eed4c9c98a2b2816f469d48a5c3ff /drivers/clk | |
parent | clk: imx: Fix and update kerneldoc (diff) | |
download | linux-b0772b4d95b1341d1f0f273894b999aa6b0916ba.tar.xz linux-b0772b4d95b1341d1f0f273894b999aa6b0916ba.zip |
clk: imx: gate2: Fix a few typos
A few words were misspelled in this comment.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/imx/clk-gate2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-gate2.c b/drivers/clk/imx/clk-gate2.c index 512f6756d644..7eed7083f46e 100644 --- a/drivers/clk/imx/clk-gate2.c +++ b/drivers/clk/imx/clk-gate2.c @@ -16,7 +16,7 @@ #include "clk.h" /** - * DOC: basic gatable clock which can gate and ungate it's ouput + * DOC: basic gateable clock which can gate and ungate its output * * Traits of this clock: * prepare - clk_(un)prepare only ensures parent is (un)prepared |