linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] GPIO: it87: fixed a typo
@ 2020-02-03 12:55 sachin agarwal
  2020-02-04  9:34 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: sachin agarwal @ 2020-02-03 12:55 UTC (permalink / raw)
  To: linus.walleij; +Cc: linux-kernel, linux-gpio, bgolaszewski, asachin591

From: sachin agarwal <asachin591@gmail.com>

we had written "IO" rather than "I/O".

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

diff --git a/drivers/gpio/gpio-it87.c b/drivers/gpio/gpio-it87.c
index b497a1d18ca9..79b688e9cd2a 100644
--- a/drivers/gpio/gpio-it87.c
+++ b/drivers/gpio/gpio-it87.c
@@ -53,7 +53,7 @@
  * @io_size size of the port rage starting from io_base.
  * @output_base Super I/O register address for Output Enable register
  * @simple_base Super I/O 'Simple I/O' Enable register
- * @simple_size Super IO 'Simple I/O' Enable register size; this is
+ * @simple_size Super I/O 'Simple I/O' Enable register size; this is
  *	required because IT87xx chips might only provide Simple I/O
  *	switches on a subset of lines, whereas the others keep the
  *	same status all time.
-- 
2.24.1


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

* Re: [PATCH 6/6] GPIO: it87: fixed a typo
  2020-02-03 12:55 [PATCH 6/6] GPIO: it87: fixed a typo sachin agarwal
@ 2020-02-04  9:34 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-02-04  9:34 UTC (permalink / raw)
  To: sachin agarwal; +Cc: Linus Walleij, LKML, linux-gpio

pon., 3 lut 2020 o 13:56 sachin agarwal <asachin591@gmail.com> napisał(a):
>
> From: sachin agarwal <asachin591@gmail.com>
>
> we had written "IO" rather than "I/O".
>
> Signed-off-by: Sachin Agarwal <asachin591@gmail.com>
> ---
>  drivers/gpio/gpio-it87.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-it87.c b/drivers/gpio/gpio-it87.c
> index b497a1d18ca9..79b688e9cd2a 100644
> --- a/drivers/gpio/gpio-it87.c
> +++ b/drivers/gpio/gpio-it87.c
> @@ -53,7 +53,7 @@
>   * @io_size size of the port rage starting from io_base.
>   * @output_base Super I/O register address for Output Enable register
>   * @simple_base Super I/O 'Simple I/O' Enable register
> - * @simple_size Super IO 'Simple I/O' Enable register size; this is
> + * @simple_size Super I/O 'Simple I/O' Enable register size; this is
>   *     required because IT87xx chips might only provide Simple I/O
>   *     switches on a subset of lines, whereas the others keep the
>   *     same status all time.
> --
> 2.24.1
>

Patchwork seems to be confused by this series - or maybe you just sent
another iteration without a version number? Anyway - please see other
patches on the list, adjust your subject message and send the entire
series at once using git send-email.

Bart

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

end of thread, other threads:[~2020-02-04  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 12:55 [PATCH 6/6] GPIO: it87: fixed a typo sachin agarwal
2020-02-04  9:34 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).