[PATCH v2] staging: rtl8723bs: Change coding style to (foo *bar)

Greg KH gregkh at linuxfoundation.org
Mon Sep 11 16:38:10 UTC 2017


On Sat, Sep 09, 2017 at 10:43:36PM +0530, Harsha Sharma wrote:
> 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 at gmail.com>
> ---
> Change in v2:
>  -Updated log message and subject

Does not apply to my tree :(


More information about the devel mailing list