public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] staging: rtl8723bs: fix line length and style issues
@ 2026-01-29 16:04 Mahad Ibrahim
  2026-01-29 16:04 ` [PATCH v3 1/5] staging: rtl8723bs: fix open parenthesis alignment Mahad Ibrahim
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mahad Ibrahim @ 2026-01-29 16:04 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, mahad.ibrahim.dev

This patch series fixes additional white space after "/*", as well as
resending the previous commits.

Changes in v3:
  - Patches 1-3 remain unchanged from v2 and constitute the following:
     - Fix open parenthesis alignment.
     - Fix multiple blank line check.
     - Fix missing blank line after declaration.
  - Patch 4 fixes the additional space after "/*" and before BoardType
    which was addressed by Greg KH.
  - Patch 5 sanitizes the modified files of irregular white space
    alignment within a line comment.

Changes in v2:
  - staging: rtl8723bs: fix open parenthesis alignment
  - staging: rtl8723bs: fix multiple blank line check
  - staging: rtl8723bs: fix missing blank line after declaration
  - staging: rtl8723bs: fix line length check

Changes in v1:
  v1 comprised of fixes for multiple checkpatch.pl warning/checks.

Mahad Ibrahim (5):
  staging: rtl8723bs: fix open parenthesis alignment
  staging: rtl8723bs: fix multiple blank line check
  staging: rtl8723bs: fix missing blank line after declaration
  staging: rtl8723bs: fix line length check
  staging: rtl8723bs: standardize comment style in HAL

 .../staging/rtl8723bs/hal/HalHWImg8723B_BB.c  | 59 +++++++++----------
 .../staging/rtl8723bs/hal/HalHWImg8723B_MAC.c | 46 ++++++++-------
 2 files changed, 52 insertions(+), 53 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-02-07 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 16:04 [PATCH v3 0/5] staging: rtl8723bs: fix line length and style issues Mahad Ibrahim
2026-01-29 16:04 ` [PATCH v3 1/5] staging: rtl8723bs: fix open parenthesis alignment Mahad Ibrahim
2026-01-29 16:04 ` [PATCH v3 2/5] staging: rtl8723bs: fix multiple blank line check Mahad Ibrahim
2026-01-29 16:04 ` [PATCH v3 3/5] staging: rtl8723bs: fix missing blank line after declaration Mahad Ibrahim
2026-01-29 16:04 ` [PATCH v3 4/5] staging: rtl8723bs: fix line length check Mahad Ibrahim
2026-01-29 16:04 ` [PATCH v3 5/5] staging: rtl8723bs: standardize comment style in HAL Mahad Ibrahim
2026-02-07 12:29   ` Greg KH

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