[PATCH 0/4] staging: rtl8192e: some simple cleanups

Michael Straube posted 4 patches 2 years, 7 months ago
.../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  3 +-
.../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 11 +++---
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  3 +-
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  3 +-
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  6 +--
drivers/staging/rtl8192e/rtllib_softmac.c     | 39 +++++++++++--------
drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  4 +-
7 files changed, 40 insertions(+), 29 deletions(-)
[PATCH 0/4] staging: rtl8192e: some simple cleanups
Posted by Michael Straube 2 years, 7 months ago
Four patches with simple coding style cleanups.

Michael Straube (4):
  staging: rtl8192e: clean up brace coding style issues
  staging: rtl8192e: convert else if sequence to switch
  staging: rtl8192e: remove return statement from void function
  staging: rtl8192e: remove comparison to true

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  3 +-
 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 11 +++---
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  3 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  3 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  6 +--
 drivers/staging/rtl8192e/rtllib_softmac.c     | 39 +++++++++++--------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  4 +-
 7 files changed, 40 insertions(+), 29 deletions(-)

-- 
2.41.0
Re: [PATCH 0/4] staging: rtl8192e: some simple cleanups
Posted by Philipp Hortmann 2 years, 7 months ago
On 6/19/23 17:09, Michael Straube wrote:
> Four patches with simple coding style cleanups.
> 
> Michael Straube (4):
>    staging: rtl8192e: clean up brace coding style issues
>    staging: rtl8192e: convert else if sequence to switch
>    staging: rtl8192e: remove return statement from void function
>    staging: rtl8192e: remove comparison to true
> 
>   .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  3 +-
>   .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 11 +++---
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  3 +-
>   drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  3 +-
>   drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  6 +--
>   drivers/staging/rtl8192e/rtllib_softmac.c     | 39 +++++++++++--------
>   drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  4 +-
>   7 files changed, 40 insertions(+), 29 deletions(-)
> 
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>