diff mbox

sh-pfc: emev2 - Fix mangled author name

Message ID 1422526376-12146-1-git-send-email-geert+renesas@glider.be
State New
Headers show

Commit Message

Geert Uytterhoeven Jan. 29, 2015, 10:12 a.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Fixes: 1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support")
---
Looks like the original UTF-8 was interpreted as ISO-8859-1, and the
resulting characters being converted to UTF-8 again.

BTW, the same issue is present in the SoB-lines of both
1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support") and
4c9e473541c52453 ("sh-pfc: add macro to define pinmux without function")
Perhaps they can still be fixed while squashing this in?
---
 drivers/pinctrl/sh-pfc/pfc-emev2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Feb. 4, 2015, 8:54 a.m. UTC | #1
On Thu, Jan 29, 2015 at 11:12 AM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Fixes: 1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support")
> ---
> Looks like the original UTF-8 was interpreted as ISO-8859-1, and the
> resulting characters being converted to UTF-8 again.
>
> BTW, the same issue is present in the SoB-lines of both
> 1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support") and
> 4c9e473541c52453 ("sh-pfc: add macro to define pinmux without function")
> Perhaps they can still be fixed while squashing this in?

This is painful, your patch arrives with this header:

Content-Type: text/plain; charset=y
Content-Transfer-Encoding: 8bit

When I try to apply it git am says:

$ git am --signoff geert1.patch
fatal: cannot convert from y to UTF-8

Wut? I never heard of an encoding named "y", and SMTP is
not my strongest subject anyway.

This UTF-8 business i becoming a subject for this years kernel
summit as I see the same thing with a few fellow german and
Swedish contributors appearing using our funny diacritics
ÅÄÖÆØåäöøæ

Yeah well even ß at some time IIRC...

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Geert Uytterhoeven Feb. 4, 2015, 9:02 a.m. UTC | #2
Hi Linus,

On Wed, Feb 4, 2015 at 9:54 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Thu, Jan 29, 2015 at 11:12 AM, Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Fixes: 1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support")
>> ---
>> Looks like the original UTF-8 was interpreted as ISO-8859-1, and the
>> resulting characters being converted to UTF-8 again.
>>
>> BTW, the same issue is present in the SoB-lines of both
>> 1e7d5d849cf4f0c5 ("sh-pfc: Add emev2 pinmux support") and
>> 4c9e473541c52453 ("sh-pfc: add macro to define pinmux without function")
>> Perhaps they can still be fixed while squashing this in?
>
> This is painful, your patch arrives with this header:
>
> Content-Type: text/plain; charset=y
> Content-Transfer-Encoding: 8bit
>
> When I try to apply it git am says:
>
> $ git am --signoff geert1.patch
> fatal: cannot convert from y to UTF-8
>
> Wut? I never heard of an encoding named "y", and SMTP is
> not my strongest subject anyway.

Oops, I'm afraid automatic-I replied "y" to the git-send-email question
"Which 8bit encoding should I declare [UTF-8]?"
(happened before with the In-Reply-To questions ;-(

Sorry, resent by private email...

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pinctrl/sh-pfc/pfc-emev2.c b/drivers/pinctrl/sh-pfc/pfc-emev2.c
index 9b3ce5d1265b391f..849c6943ed308ee0 100644
--- a/drivers/pinctrl/sh-pfc/pfc-emev2.c
+++ b/drivers/pinctrl/sh-pfc/pfc-emev2.c
@@ -1,7 +1,7 @@ 
 /*
  * Pin Function Controller Support
  *
- * Copyright (C) 2015 Niklas Söderlund
+ * Copyright (C) 2015 Niklas Söderlund
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive