]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu/rtl8723bs: fix character encoding
authorArnd Bergmann <arnd@arndb.de>
Tue, 24 Jul 2018 11:13:28 +0000 (13:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 11:55:05 +0000 (13:55 +0200)
commit1fcc45ac4b7fc8e28639f58947e9caa56709f2ca
treea4e67565510bb4080bdf01d67d619c327b843e34
parent4b635656bf3f6781a32e35ca00be5bff7e9e9ee6
staging: rtl8188eu/rtl8723bs: fix character encoding

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@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/odm.h
drivers/staging/rtl8723bs/hal/odm.h