Re: [PATCH 4/4] staging: rtl8188eu/rtl8723bs: fix character encoding

From: Greg Kroah-Hartman
Date: Tue Jul 24 2018 - 07:53:22 EST


On Tue, Jul 24, 2018 at 01:13:28PM +0200, Arnd Bergmann wrote:
> drivers/staging/rtl8188eu/include/odm.h uses an incorrect encoding
> for the '...' character in two comments, which makes it one of the
> few non-UTF-8 source files.
>
> This removes the odd characters and uses the same ASCII representation
> that we have in the regular rtlwifi driver. The second instance
> of drivers/staging/rtl8723bs/hal/odm.h is garbled in a different way,
> so I change it to be the same as well even though it is already
> plain ASCII.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---

git does not like this patch:
error: cannot convert from Binary to UTF-8
fatal: could not parse patch
Let me see if I can force it by hand...