Re: [PATCH] Staging: rtl8723bs: hal: rtl8723bs_recv.c: Fix code style

2019-07-10 Thread Joe Perches
On Mon, 2019-07-08 at 12:56 +0300, Fatih ALTINPINAR wrote: > Fixed a coding stlye issue. Removed braces from a single statement if > block. > > Signed-off-by: Fatih ALTINPINAR > --- > drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >

[PATCH] Staging: rtl8723bs: hal: rtl8723bs_recv.c: Fix code style

2019-07-08 Thread Fatih ALTINPINAR
Fixed a coding stlye issue. Removed braces from a single statement if block. Signed-off-by: Fatih ALTINPINAR --- drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723bs/hal/rtl8723bs_recv.c