Message ID | 20200905151017.1086353-1-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | [v2] clk: imx: gate2: Fix a few typos | expand |
Quoting Jonathan Neuschäfer (2020-09-05 08:10:16) > 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> Presumably Shawn will pick this up.
On Sat, Sep 05, 2020 at 05:10:16PM +0200, Jonathan Neuschäfer wrote: > A few words were misspelled in this comment. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Applied, thanks.
diff --git a/drivers/clk/imx/clk-gate2.c b/drivers/clk/imx/clk-gate2.c index b87ab3c3ba1ea..cc64713c5e5f4 100644 --- a/drivers/clk/imx/clk-gate2.c +++ b/drivers/clk/imx/clk-gate2.c @@ -15,7 +15,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
A few words were misspelled in this comment. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- v2: - Provide a patch description v1: - https://lore.kernel.org/lkml/20200308214927.16688-1-j.neuschaefer@gmx.net/ --- drivers/clk/imx/clk-gate2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.28.0