2020-03-08 21:50:26

by J. Neuschäfer

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

Signed-off-by: Jonathan Neuschäfer <[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 7d44ce814806..a1230cc215c4 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.20.1


2020-03-16 00:48:29

by Shawn Guo

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

On Sun, Mar 08, 2020 at 10:49:26PM +0100, Jonathan Neusch?fer wrote:
> Signed-off-by: Jonathan Neusch?fer <[email protected]>

Sorry. We do not take patch with empty commit log.

Shawn

> ---
> 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 7d44ce814806..a1230cc215c4 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.20.1
>