]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd573247811b6adca616fd3645bf5e0c2391d61a0
tree1c46a576373db2ce4c9bc41786e08f9499593a7b
parente546b7c15bb81097bf09c81f83339fcd61255aa2
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