[PATCH] staging: rtl8712: Fix unbalanced braces around else statement

2017-09-11 Thread Liam Ryan
/staging/rtl8712/rtl871x_cmd.c:902: 84: FILE: drivers/staging/rtl8712/rtl871x_ioctl_set.c:84: 580: FILE: drivers/staging/rtl8712/rtl871x_mlme.c:580: 593: FILE: drivers/staging/rtl8712/usb_intf.c:593: Signed-off-by: Liam Ryan --- This is my first patch and I have several doubts about style choices At

Re: [PATCH] staging: rtl8712: Fix unbalanced braces around else statement

2017-09-13 Thread Liam Ryan
On Wed, Sep 13, 2017 at 08:47:39AM +0200, Frans Klaver wrote: > On Tue, Sep 12, 2017 at 2:40 AM, Liam Ryan wrote: > > Fix checkpath-reported unbalanced braces in the following areas > > > > 221: FILE: drivers/staging/rtl8712/hal_init.c:221: > > 392: FILE: drivers/sta

Re: [PATCH] staging: rtl8712: Fix unbalanced braces around else statement

2017-09-14 Thread Liam Ryan
On Wed, Sep 13, 2017 at 08:58:26AM -0700, Tobin C. Harding wrote: > On Wed, Sep 13, 2017 at 04:14:29PM +0100, Liam Ryan wrote: > > On Wed, Sep 13, 2017 at 08:47:39AM +0200, Frans Klaver wrote: > > > On Tue, Sep 12, 2017 at 2:40 AM, Liam Ryan wrote: > > > > Fix checkp