[PATCH 0/6] Staging: rtl8192e: Rename 6 variables to Style guide spec

Tree Davies posted 6 patches 2 years ago
drivers/staging/rtl8192e/rtl819x_BAProc.c | 42 +++++++++++------------
drivers/staging/rtl8192e/rtl819x_Qos.h    |  2 +-
drivers/staging/rtl8192e/rtl819x_TSProc.c | 36 +++++++++----------
drivers/staging/rtl8192e/rtllib.h         |  8 ++---
4 files changed, 44 insertions(+), 44 deletions(-)
[PATCH 0/6] Staging: rtl8192e: Rename 6 variables to Style guide spec
Posted by Tree Davies 2 years ago
This patch set renames variable to fix checkpatch warnings
Thank you in advance to reviewers
~Tree

Tree Davies (6):
  Staging: rtl8192e: Rename array variable RxTsRecord
  Staging: rtl8192e: Rename array variable TxTsRecord
  Staging: rtl8192e: Rename variable ucTSID
  Staging: rtl8192e: Rename variable pDelBaParamSet
  Staging: rtl8192e: Rename variable TxRxSelect
  Staging: rtl8192e: Rename variable pBaStartSeqCtrl

 drivers/staging/rtl8192e/rtl819x_BAProc.c | 42 +++++++++++------------
 drivers/staging/rtl8192e/rtl819x_Qos.h    |  2 +-
 drivers/staging/rtl8192e/rtl819x_TSProc.c | 36 +++++++++----------
 drivers/staging/rtl8192e/rtllib.h         |  8 ++---
 4 files changed, 44 insertions(+), 44 deletions(-)

-- 
2.39.2
Re: [PATCH 0/6] Staging: rtl8192e: Rename 6 variables to Style guide spec
Posted by Greg KH 2 years ago
On Sun, Dec 17, 2023 at 03:55:14PM -0800, Tree Davies wrote:
> This patch set renames variable to fix checkpatch warnings

Not all applied, please rebase and resend the remaining ones.

thanks,

greg k-h