[PATCH] staging: rtl8723bs: coding style cleanup
From: Malavya Raval
Date: Tue Mar 17 2026 - 18:14:49 EST
Dear Linux Staging Maintainers,
I have performed a series of coding style cleanups on the rtl8723bs staging driver.
These changes address multiple checkpatch.pl warnings, including CamelCase
variable renaming, long line formatting, and missing blank lines to bring
the code closer to kernel standards.
The changes primarily focus on:
- Renaming CamelCase variables and macros to snake_case.
- Cleaning up formatting in rtw_io.c and rtw_cmd.c for readability.
This is my first contribution to the Linux kernel. I hope these cleanups
are helpful.
Signed-off-by: Malavya Raval <malavyaraval@xxxxxxxxx>
I have performed a series of coding style cleanups on the rtl8723bs staging driver.
These changes address multiple checkpatch.pl warnings, including CamelCase
variable renaming, long line formatting, and missing blank lines to bring
the code closer to kernel standards.
The changes primarily focus on:
- Renaming CamelCase variables and macros to snake_case.
- Cleaning up formatting in rtw_io.c and rtw_cmd.c for readability.
This is my first contribution to the Linux kernel. I hope these cleanups
are helpful.
Signed-off-by: Malavya Raval <malavyaraval@xxxxxxxxx>
Attachment:
rtl8723bs_style_cleanup.patch
Description: Binary data