lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1656587827.git.f3sch.git@outlook.com>
Date:   Thu, 30 Jun 2022 13:30:13 +0200
From:   Felix Schlepper <f3sch.git@...look.com>
To:     gregkh@...uxfoundation.org
Cc:     linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
        wjsota@...il.com, Felix Schlepper <f3sch.git@...look.com>
Subject: [PATCH v2 0/6] Staging: rtl8192e: rtllib_wx codingstyle/refactor

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ