2020-04-24 15:45:02

by Dejin Zheng

[permalink] [raw]
Subject: [PATCH v2 2/2] gpio: mm-lantiq: Fix small typo

Fix a spelling typo in gpio-mm-lantiq.c by codespell
s/dont/don't/

Cc: Andy Shevchenko <[email protected]>
Signed-off-by: Dejin Zheng <[email protected]>
---
v1 -> v2:
- split patch v1 (only one patch) into patches for each driver
by Bartosz's suggestion. thanks Bartosz.

drivers/gpio/gpio-mm-lantiq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-mm-lantiq.c b/drivers/gpio/gpio-mm-lantiq.c
index f460d71b0c92..538e31fe8903 100644
--- a/drivers/gpio/gpio-mm-lantiq.c
+++ b/drivers/gpio/gpio-mm-lantiq.c
@@ -36,7 +36,7 @@ struct ltq_mm {
* @chip: Pointer to our private data structure.
*
* Write the shadow value to the EBU to set the gpios. We need to set the
- * global EBU lock to make sure that PCI/MTD dont break.
+ * global EBU lock to make sure that PCI/MTD don't break.
*/
static void ltq_mm_apply(struct ltq_mm *chip)
{
--
2.25.0


2020-04-28 13:55:54

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] gpio: mm-lantiq: Fix small typo

On Fri, Apr 24, 2020 at 5:41 PM Dejin Zheng <[email protected]> wrote:

> Fix a spelling typo in gpio-mm-lantiq.c by codespell
> s/dont/don't/
>
> Cc: Andy Shevchenko <[email protected]>
> Signed-off-by: Dejin Zheng <[email protected]>
> ---
> v1 -> v2:
> - split patch v1 (only one patch) into patches for each driver
> by Bartosz's suggestion. thanks Bartosz.

Acked-by: Linus Walleij <[email protected]>

Andy: since this is an Intel product are you picking it up?
I think this Intel-MIPS platform is a bit of a special case so
I can also handle it if you prefer.

Yours,
Linus Walleij

2020-04-28 15:34:23

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] gpio: mm-lantiq: Fix small typo

On Tue, Apr 28, 2020 at 4:53 PM Linus Walleij <[email protected]> wrote:
>
> On Fri, Apr 24, 2020 at 5:41 PM Dejin Zheng <[email protected]> wrote:
>
> > Fix a spelling typo in gpio-mm-lantiq.c by codespell
> > s/dont/don't/
> >
> > Cc: Andy Shevchenko <[email protected]>
> > Signed-off-by: Dejin Zheng <[email protected]>
> > ---
> > v1 -> v2:
> > - split patch v1 (only one patch) into patches for each driver
> > by Bartosz's suggestion. thanks Bartosz.
>
> Acked-by: Linus Walleij <[email protected]>
>
> Andy: since this is an Intel product are you picking it up?
> I think this Intel-MIPS platform is a bit of a special case so
> I can also handle it if you prefer.

I only collecting stuff for x86 base Intel, this one is MIPS, so,
please take it directly if you are okay with it.

--
With Best Regards,
Andy Shevchenko

2020-04-28 20:44:45

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] gpio: mm-lantiq: Fix small typo

On Fri, Apr 24, 2020 at 5:41 PM Dejin Zheng <[email protected]> wrote:

> Fix a spelling typo in gpio-mm-lantiq.c by codespell
> s/dont/don't/
>
> Cc: Andy Shevchenko <[email protected]>
> Signed-off-by: Dejin Zheng <[email protected]>
> ---
> v1 -> v2:
> - split patch v1 (only one patch) into patches for each driver
> by Bartosz's suggestion. thanks Bartosz.

Patch applied.

Yours,
Linus Walleij