All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GPIO: vx855: fixed a typo
@ 2020-01-12 14:33 sachin agarwal
  2020-01-15 12:45 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: sachin agarwal @ 2020-01-12 14:33 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-gpio, linux-kernel, Sachin agarwal

From: Sachin agarwal <asachin591@gmail.com>

we had written "betwee" rather than "between".

Signed-off-by: Sachin agarwal <asachin591@gmail.com>
---
 drivers/gpio/gpio-vx855.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c
index 4ff146ca32fe..3bf397b8dfbc 100644
--- a/drivers/gpio/gpio-vx855.c
+++ b/drivers/gpio/gpio-vx855.c
@@ -71,7 +71,7 @@ static inline u_int32_t gpio_o_bit(int i)
 		return 1 << (i + 13);
 }
 
-/* Mapping betwee numeric GPIO ID and the actual GPIO hardware numbering:
+/* Mapping between numeric GPIO ID and the actual GPIO hardware numbering:
  * 0..13	GPI 0..13
  * 14..26	GPO 0..12
  * 27..41	GPIO 0..14
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] GPIO: vx855: fixed a typo
  2020-01-12 14:33 [PATCH] GPIO: vx855: fixed a typo sachin agarwal
@ 2020-01-15 12:45 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2020-01-15 12:45 UTC (permalink / raw)
  To: sachin agarwal; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

On Sun, Jan 12, 2020 at 3:33 PM sachin agarwal <asachin591@gmail.com> wrote:

> From: Sachin agarwal <asachin591@gmail.com>
>
> we had written "betwee" rather than "between".
>
> Signed-off-by: Sachin agarwal <asachin591@gmail.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-15 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 14:33 [PATCH] GPIO: vx855: fixed a typo sachin agarwal
2020-01-15 12:45 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.