[PATCH v4 0/4] staging: rtl8723bs: coding style fixes
From: Nayana Mariyappa
Date: Mon Jan 12 2026 - 05:47:29 EST
This is a series of 4 small coding style fixes for rtl8723bs. Each patch is
self-contained and focuses on a single logical change, as requested.
Changes since v1:
- Split the original patch into 4 separate patches.
- Each patch now fixes one coding style issue.
- The previous patch fixing the non-kernel-doc comment has been merged
into this v4 series; the separate patch is now retired.
Patches in this series:
1/4 staging: rtl8723bs: fix block comment style
2/4 staging: rtl8723bs: remove extra blank lines
3/4 staging: rtl8723bs: add blank lines after declarations
4/4 staging: rtl8723bs: expand multiple assignment into separate statements
Signed-off-by: Nayana Mariyappa <nayana.mariyappa@xxxxxxxxx>