staging: rtl8723bs: Remove unnecessary spaces
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Tue, 12 Sep 2017 13:12:06 +0000 (18:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
commitd2f826d3c49aae17caba12e6952d67221eb5e1d3
treecc69a5df72dca549493311b7ae1ee22c73f27c3c
parent5a60d7ba278dab654ef30a646b57fdc1a76d23c6
staging: rtl8723bs: Remove unnecessary spaces

Space between function name and open parentheses '(' is prohibited.
Space is required around most binary operators '=', '==', '+=',
'<', ':', '+', '-'
Space required before '&', '*'
Space is required after ',', ';'

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/mlme_linux.c