Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v9 0/3] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c
@ 2026-05-28 17:06 artur.ugnivenko
  2026-05-28 17:06 ` [PATCH v9 1/3] staging: rtl8723bs: shorten long lines " artur.ugnivenko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: artur.ugnivenko @ 2026-05-28 17:06 UTC (permalink / raw)
  To: gregkh; +Cc: ahmet, error27, linux-kernel, linux-staging, Artur Ugnivenko

From: Artur Ugnivenko <artur.ugnivenko@gmx.de>

Fix the following checkpatch warnings in hal/sdio_halinit.c:
- lines longer than 100 chars
- inconsistent brackets around else statements
And refactor queue priority initialization in hal/sdio_halinit.c
to fix a "lines ending in parentheses" warning.

Changes in v9:
- don't declare variables in the middle of functions in 3/3
- remove unnecessary whitespace in 3/3
Changes in v8:
- Remove the struct from v7, use an array instead.
- Remove other "lines ending in parentheses" fixes to keep
  3/3 small
Changes in v7:
- Remove whitespace patch.
- Add transmit_queues struct to improve style of
  _InitNormalChipRegPriority
- Add changelog to individual patches.
Changes in v6: Make the patch series apply to gregkh/staging-testing.
Changes in v5: Added the entire changelog to the cover letter.
Changes in v4: Fixed the long line checkpatch warning in patch 2.
Changes in v3: Split the patch into multiple patches.
Changes in v2: Make the patch apply to gregkh/staging-testing.

Artur Ugnivenko (3):
  staging: rtl8723bs: shorten long lines in hal/sdio_halinit.c
  staging: rtl8723bs: fix inconsistent braces in hal/sdio_halinit.c
  staging: rtl8723bs: refactor queue priority initialization

 drivers/staging/rtl8723bs/hal/sdio_halinit.c  | 163 +++++++++++-------
 drivers/staging/rtl8723bs/include/drv_types.h |  10 ++
 2 files changed, 108 insertions(+), 65 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-29  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 17:06 [PATCH v9 0/3] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c artur.ugnivenko
2026-05-28 17:06 ` [PATCH v9 1/3] staging: rtl8723bs: shorten long lines " artur.ugnivenko
2026-05-28 17:06 ` [PATCH v9 2/3] staging: rtl8723bs: fix inconsistent braces " artur.ugnivenko
2026-05-28 18:07 ` [PATCH v9 3/3] staging: rtl8723bs: refactor queue priority initialization artur.ugnivenko
2026-05-29  7:40 ` [PATCH v9 0/3] staging: rtl8723bs: fix several style issues in hal/sdio_halinit.c Dan Carpenter

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