Re: [PATCH][TRIVIAL] Fix comment in drivers/ata/pata_hpt37x.c.

From: Daniel Walker
Date: Sun Sep 20 2009 - 12:35:15 EST


On Sun, 2009-09-20 at 16:22 +0200, Krzysztof Halasa wrote:
> A comment fix in drivers/ata/pata_hpt37x.c.
>
> Signed-off-by: Krzysztof HaÅasa <khc@xxxxxxxxx>
>

checkpatch has some trouble with your name ..

ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
#42:
Signed-off-by: Krzysztof Haasa <khc@xxxxxxxxx>
^

I've seen this warning a few times, and I wasn't sure to exactly what to
do with it.. However, it does seem like a lot of people have trouble
with the encodings ..

I did a little research and I think I was able to produce your name in
utf8 (checkpatch doesn't error any longer..)

Signed-off-by: Krzysztof HaÅasa <khc@xxxxxxxxx>

Are you aware that your name isn't in utf8? Does the above name look
right to you? To me my version looks identical to your version ..

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/