staging: rtl8188eu: make const char array static
authorMichael Straube <straube.linux@gmail.com>
Mon, 13 Apr 2020 17:59:57 +0000 (19:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 11:41:01 +0000 (13:41 +0200)
commit710c451fbcb24959c575a96dff28bcf48c819fe2
tree1c46a576373db2ce4c9bc41786e08f9499593a7b
parent05a72b5616724cf4dd2b4582884da44e036a30fc
staging: rtl8188eu: make const char array static

Make const char array 'fw_name' static. Clears a checkpatch warning
and reduces object file size by 17 bytes (gcc 9.3.1 x86_64).

WARNING: const array should probably be static const

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200413175957.30165-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/fw.c