Re: [PATCH 0/5] Fix several coding style errors

From: Greg KH
Date: Sun Mar 17 2019 - 07:07:52 EST


On Sat, Mar 09, 2019 at 03:30:42PM -0300, Guilherme Tadashi Maeoka wrote:
> Fix space around operators, pointer definition, constant on the right
> side, assignment outside of if condition and else to follow close brace
> at staging: rtl8723bs: os_dep.
>
> Guilherme Tadashi Maeoka (5):
> Staging: rtl8723bs: os_dep: Fix assignment in if condition
> Staging: rtl8723bs: os_dep: Fix space required coding style
> Staging: rtl8723bs: os_dep: Fix else to follow close brace
> Staging: rtl8723bs: os_dep: Fix space in pointer definition
> Staging: rtl8723bs: os_dep: Set constant on right side
>
> .../staging/rtl8723bs/os_dep/osdep_service.c | 52 +++++++++----------
> 1 file changed, 26 insertions(+), 26 deletions(-)

The 0/X email should also say the subsystem and driver that the series
modifies.

thanks,

greg k-h