Message ID | 7dfbd302399d8f0c1430151633bc734e64ee348b.1693478478.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | clk: gate: fix comment typo | expand |
On 23-08-31 13:41:18, Baruch Siach wrote: > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- Thanks for your patch. But your commit needs a message, even if it is a trivial typo. Maybe have a read thhrouh Documentation/process/submitting-patches.rst first. > drivers/clk/clk-gate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c > index 64283807600b..f4f5b489a1f2 100644 > --- a/drivers/clk/clk-gate.c > +++ b/drivers/clk/clk-gate.c > @@ -15,7 +15,7 @@ > #include <linux/string.h> > > /** > - * DOC: basic gatable clock which can gate and ungate it's ouput > + * DOC: basic gatable clock which can gate and ungate it's output > * > * Traits of this clock: > * prepare - clk_(un)prepare only ensures parent is (un)prepared > -- > 2.40.1 >
diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c index 64283807600b..f4f5b489a1f2 100644 --- a/drivers/clk/clk-gate.c +++ b/drivers/clk/clk-gate.c @@ -15,7 +15,7 @@ #include <linux/string.h> /** - * DOC: basic gatable clock which can gate and ungate it's ouput + * DOC: basic gatable clock which can gate and ungate it's output * * Traits of this clock: * prepare - clk_(un)prepare only ensures parent is (un)prepared
Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- drivers/clk/clk-gate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)