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

Greg Kroah-Hartman gregkh at linuxfoundation.org
Tue Jul 24 11:53:17 UTC 2018


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 at arndb.de>
> ---

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...



More information about the devel mailing list