[PATCH 0/2] staging: rtl8723bs: add braces to if/else statements

Siwanan Bungtong posted 2 patches 1 month, 1 week ago
drivers/staging/rtl8723bs/core/rtw_efuse.c      | 4 ++--
drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/2] staging: rtl8723bs: add braces to if/else statements
Posted by Siwanan Bungtong 1 month, 1 week ago
This series adds missing braces to if/else statements in rtl8723bs
to comply with the kernel coding style and improve code readability.

No functional changes.

Siwanan Bungtong (2):
  staging: rtl8723bs: add braces to if/else arms in rtw_efuse.c
  staging: rtl8723bs: add braces to if/else arms in HalBtc8723b1Ant.c

 drivers/staging/rtl8723bs/core/rtw_efuse.c      | 4 ++--
 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.53.0
Re: [PATCH 0/2] staging: rtl8723bs: add braces to if/else statements
Posted by Nikolay Kulikov 1 month, 1 week ago
On Sat, May 02, 2026 at 03:31:19AM +0700, Siwanan Bungtong wrote:
> This series adds missing braces to if/else statements in rtl8723bs
> to comply with the kernel coding style and improve code readability.
> 
> No functional changes.
> 
> Siwanan Bungtong (2):
>   staging: rtl8723bs: add braces to if/else arms in rtw_efuse.c
>   staging: rtl8723bs: add braces to if/else arms in HalBtc8723b1Ant.c
> 
>  drivers/staging/rtl8723bs/core/rtw_efuse.c      | 4 ++--
>  drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c | 7 ++++---
>  2 files changed, 6 insertions(+), 5 deletions(-)
> 

This is not applicable to staging-next, please rebase.

Thanks,
Nikolay