From: Jonathan Neuschäfer Date: Sat, 5 Sep 2020 15:10:16 +0000 (+0200) Subject: clk: imx: gate2: Fix a few typos X-Git-Tag: v5.10.7~1350^2^5~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0772b4d95b1341d1f0f273894b999aa6b0916ba;p=platform%2Fkernel%2Flinux-rpi.git clk: imx: gate2: Fix a few typos A few words were misspelled in this comment. Signed-off-by: Jonathan Neuschäfer Reviewed-by: Stephen Boyd Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-gate2.c b/drivers/clk/imx/clk-gate2.c index 512f675..7eed708 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