Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v5 0/3] staging: rtl8723bs: efuse cleanup and brace fix
@ 2026-05-18 18:06 Moksh Panicker
  2026-05-18 18:06 ` [PATCH v5 1/3] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature Moksh Panicker
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Moksh Panicker @ 2026-05-18 18:06 UTC (permalink / raw)
  To: linux-staging; +Cc: gregkh, dan.carpenter, mokshpanicker.7

This series cleans up the rtl8723bs efuse helpers and fixes the
brace/comment spacing issue in rtw_efuse.c. The series has been rechecked,
sent to myself, and compile-tested.

Patch 1 reflows the rtw_efuse_read_1_byte() signature to a single line and
fixes the brace/comment spacing at the end of the function.

Patch 2 adds braces around the else clause in rtw_efuse.c.

Patch 3 reflows the rtw_efuse_one_byte_read() signature to a single line.

Changes from v1 to v2:
1)Reworked the efuse helper signatures to improve 
line length and coding style.
2) Split the cleanup into smaller patches.
3) Fixed the missing brace/comment spacing issue in rtw_efuse.c.

Changes from v2 to v3:
1) Addressed review feedback on the efuse cleanup.
2) Kept the brace fix separate from the helper signature cleanup.
3) Reordered the patches to keep the series easier to review.

Changes from v3 to v4:
1) Folded related cleanup into a more coherent series.
2) Adjusted the patch boundaries.
3) Rechecked the series for style and build correctness.

Changes from v4 to v5:
1) Squashed the redundant efuse brace/comment fix into the final series.
2) Kept the series at 3 patches plus cover letter.
3) Re-ran checkpatch and compile-tested the rtl8723bs build.
4) Addressed Dan Carpenter’s concern about the previous 
version of the brace fix.

Moksh Panicker (3):
  staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature
  staging: rtl8723bs: add braces to else clause in rtw_efuse.c
  staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature

 drivers/staging/rtl8723bs/core/rtw_efuse.c | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-18 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 18:06 [PATCH v5 0/3] staging: rtl8723bs: efuse cleanup and brace fix Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 1/3] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature Moksh Panicker
2026-05-18 18:43   ` Dan Carpenter
2026-05-18 19:11     ` Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 2/3] staging: rtl8723bs: add braces to else clause in rtw_efuse.c Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 3/3] staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature Moksh Panicker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox