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

From: Greg KH
Date: Mon Sep 11 2017 - 12:38:16 EST


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@xxxxxxxxx>
> ---
> Change in v2:
> -Updated log message and subject

Does not apply to my tree :(