2020-09-05 15:16:04

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH v2] clk: imx: gate2: Fix a few typos

A few words were misspelled in this comment.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
v2:
- Provide a patch description

v1:
- https://lore.kernel.org/lkml/[email protected]/
---
drivers/clk/imx/clk-gate2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.28.0


2020-09-10 21:33:57

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH v2] clk: imx: gate2: Fix a few typos

Quoting Jonathan Neuschäfer (2020-09-05 08:10:16)
> A few words were misspelled in this comment.
>
> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---

Reviewed-by: Stephen Boyd <[email protected]>

Presumably Shawn will pick this up.

2020-09-13 01:25:28

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2] clk: imx: gate2: Fix a few typos

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 <[email protected]>

Applied, thanks.