]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: Change coding style to (foo *bar)
authorHarsha Sharma <harshasharmaiitr@gmail.com>
Mon, 11 Sep 2017 17:39:51 +0000 (23:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
commite7e51c037feef715ff7ba6f34a8d134616be24ad
tree25a2c9be31572c9eded2b60e61abda952c51714f
parent596e0559d61a0bf7c01113280cdf7525a35f1090
staging: rtl8723bs: Change coding style to (foo *bar)

This coding style (foo *bar) is more common for the kernel code.
Change foo* bar to foo *bar.
Change foo * bar to foo *bar.
Change (foo*) to (foo *).

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/os_intfs.c