[PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups

Khushal Chitturi posted 4 patches 3 weeks, 2 days ago
There is a newer version of this series
drivers/staging/rtl8723bs/core/rtw_cmd.c     |  17 +-
drivers/staging/rtl8723bs/core/rtw_mlme.c    |   2 +-
drivers/staging/rtl8723bs/core/rtw_xmit.c    | 238 +++++++++++--------
drivers/staging/rtl8723bs/hal/hal_btcoex.c   |   2 +-
drivers/staging/rtl8723bs/include/rtw_mlme.h |   6 +-
5 files changed, 154 insertions(+), 111 deletions(-)
[PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
Posted by Khushal Chitturi 3 weeks, 2 days ago
This patch series performs minor refactoring and
coding style cleanups in the rtl8723bs driver,
focusing on rtw_xmit.c and addressing checkpatch.pl
warnings.

---
Khushal Chitturi (4):
  staging: rtl8723bs: fix operator and type cast spacing
  staging: rtl8723bs: simplify boolean expressions
  staging: rtl8723bs: rename CamelCase identifiers to snake_case
  staging: rtl8723bs: fix line length and alignment issues

 drivers/staging/rtl8723bs/core/rtw_cmd.c     |  17 +-
 drivers/staging/rtl8723bs/core/rtw_mlme.c    |   2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c    | 238 +++++++++++--------
 drivers/staging/rtl8723bs/hal/hal_btcoex.c   |   2 +-
 drivers/staging/rtl8723bs/include/rtw_mlme.h |   6 +-
 5 files changed, 154 insertions(+), 111 deletions(-)

-- 
2.52.0
Re: [PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
Posted by Khushal Chitturi 3 weeks, 2 days ago
On 1/15/26 3:04 PM, Khushal Chitturi wrote:
> This patch series performs minor refactoring and
> coding style cleanups in the rtl8723bs driver,
> focusing on rtw_xmit.c and addressing checkpatch.pl
> warnings.
> 
> ---
> Khushal Chitturi (4):
>    staging: rtl8723bs: fix operator and type cast spacing
>    staging: rtl8723bs: simplify boolean expressions
>    staging: rtl8723bs: rename CamelCase identifiers to snake_case
>    staging: rtl8723bs: fix line length and alignment issues
> 
>   drivers/staging/rtl8723bs/core/rtw_cmd.c     |  17 +-
>   drivers/staging/rtl8723bs/core/rtw_mlme.c    |   2 +-
>   drivers/staging/rtl8723bs/core/rtw_xmit.c    | 238 +++++++++++--------
>   drivers/staging/rtl8723bs/hal/hal_btcoex.c   |   2 +-
>   drivers/staging/rtl8723bs/include/rtw_mlme.h |   6 +-
>   5 files changed, 154 insertions(+), 111 deletions(-)
> 

Sorry about that, this patch series was sent with temporary and 
incorrect commit messages after squashing.

Please ignore this submission. I will resend a corrected version shortly.

-- 
Regards,
Khushal