staging: rtl8723bs: fix pointer declaration style
authorAyush <ayush@disroot.org>
Thu, 4 Feb 2021 21:17:50 +0000 (02:47 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Feb 2021 13:11:21 +0000 (14:11 +0100)
commitaf48fc5a4f2a8dc76371b744fe28f4ff2b3cca80
tree39e79888f81ce99165a862d1e85feb88b5ec0d0e
parent4964a4300660d27907ceb655f219ac47e5941534
staging: rtl8723bs: fix pointer declaration style

Fix some pointer declarations where '*' is not adjacent to
data name.
This fixes checkpatch.pl error: "POINTER_LOCATION: "foo * bar"
should be "foo *bar""

Signed-off-by: Ayush <ayush@disroot.org>
Link: https://lore.kernel.org/r/20210204211750.102129-1-ayush@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/hal_intf.h