staging: rtl8723bs: Fix pointer style
authorJustin Vreeland <justin@jvreeland.com>
Tue, 2 May 2017 00:52:52 +0000 (18:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 05:41:57 +0000 (07:41 +0200)
commit69d59bebccf7720d318b8535fb41782d133f1b85
tree0d34daec32420872b468d7e397a8eda4a4f555eb
parent67d1ca7e5f76fe4e1722a837aab6cd93b591eabf
staging: rtl8723bs: Fix pointer style

Fix "(foo*)" should be "(foo *)"
Fix "foo * bar" should be "foo *bar"

Signed-off-by: Justin Vreeland <justin@jvreeland.com>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c