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

2019-03-17 Thread Greg KH
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

[PATCH 0/5] Fix several coding style errors

2019-03-09 Thread Guilherme Tadashi Maeoka
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