Re: [PATCH 1/2] Staging: rtl8723bs: os_dep: Fix several coding style errors

From: Dan Carpenter
Date: Tue Mar 12 2019 - 11:10:49 EST


On Tue, Mar 12, 2019 at 11:39:13AM -0300, Guilherme T Maeoka wrote:
> From: Guilherme T Maeoka <gui.maeoka@xxxxxxxxx>
>
> Fix coding style errors and warns complained by checkpatck.pl. To list:
>
> - remove braces for single statements blocks,
> - add space required around operators,
> - replace spaces with tabs to indent,
> - add blank line after declarations,
> - fix braces and 'else' poistions in selection statements.
>

I'm sorry you're going to have to break this up into multiple patches.
Probably one for each item on your list.

regards,
dan carpenter