linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Staging: rtl8192e: rtllib_wx codingstyle/refactor
@ 2022-06-30 11:30 Felix Schlepper
  2022-06-30 11:30 ` [PATCH v2 1/6] Staging: rtl8192e: Refactored rtllib_modes Felix Schlepper
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Felix Schlepper @ 2022-06-30 11:30 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, wjsota, Felix Schlepper

This series addresses some issues raised by chechpatch.pl
and some minor refactoring of rtllib_modes[].

v2:
    - split multi assignment in two separate steps.
      This avoids having 'fixed'='disabled', which
      is silly.
    - Since there is no formatting of the rtllib_modes[],
      one can safely refactor this code into a array of
      strings. This allows using functions like strcpy/strlen,
      which is less error prone than using a
      rtllib_modes.mode_size.

Felix Schlepper (6):
  Staging: rtl8192e: Refactored rtllib_modes
  Staging: rtl8192e: Avoid multiple assignments
  Staging: rtl8192e: Remove unnecessary parentheses
  Staging: rtl8192e: Added braces around else
  Staging: rtl8192e: Remove unnecessary blank line
  Staging: rtl8192e: Added spaces around '+'

 drivers/staging/rtl8192e/rtllib_wx.c | 37 +++++++++++-----------------
 1 file changed, 14 insertions(+), 23 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-07-01  7:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 11:30 [PATCH v2 0/6] Staging: rtl8192e: rtllib_wx codingstyle/refactor Felix Schlepper
2022-06-30 11:30 ` [PATCH v2 1/6] Staging: rtl8192e: Refactored rtllib_modes Felix Schlepper
2022-07-01  7:43   ` Greg KH
2022-06-30 11:30 ` [PATCH v2 2/6] Staging: rtl8192e: Avoid multiple assignments Felix Schlepper
2022-06-30 11:30 ` [PATCH v2 3/6] Staging: rtl8192e: Remove unnecessary parentheses Felix Schlepper
2022-06-30 11:30 ` [PATCH v2 4/6] Staging: rtl8192e: Added braces around else Felix Schlepper
2022-06-30 11:30 ` [PATCH v2 5/6] Staging: rtl8192e: Remove unnecessary blank line Felix Schlepper
2022-06-30 11:30 ` [PATCH v2 6/6] Staging: rtl8192e: Added spaces around '+' Felix Schlepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).