All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: it87: fix mojibake in module metadata
@ 2017-11-28  3:21 Adam Borowski
  2017-12-01 19:41 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Borowski @ 2017-11-28  3:21 UTC (permalink / raw)
  To: Linus Walleij, Diego Elio Pettenò, linux-gpio; +Cc: Adam Borowski

It had twice-encoded Unicode.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 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 d43d0a2cc4c5..efb46edff81f 100644
--- a/drivers/gpio/gpio-it87.c
+++ b/drivers/gpio/gpio-it87.c
@@ -414,6 +414,6 @@ static void __exit it87_gpio_exit(void)
 module_init(it87_gpio_init);
 module_exit(it87_gpio_exit);
 
-MODULE_AUTHOR("Diego Elio Pettenò <flameeyes@flameeyes.eu>");
+MODULE_AUTHOR("Diego Elio Pettenò <flameeyes@flameeyes.eu>");
 MODULE_DESCRIPTION("GPIO interface for IT87xx Super I/O chips");
 MODULE_LICENSE("GPL");
-- 
2.15.0


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

* Re: [PATCH] gpio: it87: fix mojibake in module metadata
  2017-11-28  3:21 [PATCH] gpio: it87: fix mojibake in module metadata Adam Borowski
@ 2017-12-01 19:41 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2017-12-01 19:41 UTC (permalink / raw)
  To: Adam Borowski; +Cc: Diego Elio Pettenò, linux-gpio

On Tue, Nov 28, 2017 at 4:21 AM, Adam Borowski <kilobyte@angband.pl> wrote:

> It had twice-encoded Unicode.
>
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>

Ooops. Patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-12-01 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28  3:21 [PATCH] gpio: it87: fix mojibake in module metadata Adam Borowski
2017-12-01 19:41 ` 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.