]> git.baikalelectronics.ru Git - kernel.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)
commitae903aa74d44ff3110671c09314e6f8948408500
tree25a2c9be31572c9eded2b60e61abda952c51714f
parentccb0ad456c11693748276bd59b2b0465a4ac70c9
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