[PATCH v2 0/2] staging: rtl8723bs: cleanup rtw_io.c

Nikolay Kulikov posted 2 patches 2 weeks ago
drivers/staging/rtl8723bs/core/rtw_io.c | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
[PATCH v2 0/2] staging: rtl8723bs: cleanup rtw_io.c
Posted by Nikolay Kulikov 2 weeks ago
This series removes the dead code and fixes separators in core/rtw_io.c

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
---
Changes in v2:
- Add the prefix "staging: rtl8723bs:" to the cover-letter heading
- Link to v1: https://lore.kernel.org/r/20260402-cleanup_rtw_io-v1-0-874b9747de6b@gmail.com

---
Nikolay Kulikov (2):
      staging: rtl8723bs: remove dead code in rtw_io.c
      staging: rtl8723bs: replace tabs used as separators with spaces

 drivers/staging/rtl8723bs/core/rtw_io.c | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)
---
base-commit: e87946666e47d4b6f615e9ba0075375493194810
change-id: 20260402-cleanup_rtw_io-ce1725cf50b8

Best regards,
-- 
Nikolay Kulikov <nikolayof23@gmail.com>
Re: [PATCH v2 0/2] staging: rtl8723bs: cleanup rtw_io.c
Posted by Ethan Tidmore 2 weeks ago
On Thu Apr 2, 2026 at 11:23 AM CDT, Nikolay Kulikov wrote:
> This series removes the dead code and fixes separators in core/rtw_io.c
>
> Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
> ---

LGTM.

Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>

Thanks,

ET