[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1679988016.git.abhirupdeb@linux.vnet.ibm.com>
Date: Wed, 29 Mar 2023 22:31:34 +0530
From: Abhirup Deb <abhirupdeb@...ux.vnet.ibm.com>
To: Martyn Welch <martyn@...chs.me.uk>,
Manohar Vanga <manohar.vanga@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Cc: abhirupdeb@...ux.vnet.ibm.com
Subject: [PATCH 0/5] staging: r8188eu: code cleanup and coding-style fix patches
This series of patches fixes the coding-style issues
reported by checkpatch.pl for the staging/r8188eu driver.
Abhirup Deb (5):
staging: r8188eu: add blank line after declaration
staging: r8188eu: refactor block-comments
staging: r8188eu: remove redundant else after return
staging: r8188eu: Replace "<<" with BIT macro
staging: r8188eu: place constants on right side of comparison
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 61 +++++++-------
drivers/staging/r8188eu/hal/rtl8188e_cmd.c | 2 +-
drivers/staging/r8188eu/hal/rtl8188e_dm.c | 2 +-
.../staging/r8188eu/hal/rtl8188e_hal_init.c | 10 +--
drivers/staging/r8188eu/hal/rtl8188eu_xmit.c | 2 +-
drivers/staging/r8188eu/hal/usb_halinit.c | 23 ++++--
drivers/staging/r8188eu/include/ieee80211.h | 82 +++++++++----------
drivers/staging/r8188eu/include/rtw_mlme.h | 4 +-
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 6 +-
9 files changed, 98 insertions(+), 94 deletions(-)
--
2.31.1
Powered by blists - more mailing lists