[PATCH 0/5] [Series 3] rename variable HTGetHighestMCSRate and (4) other

Gary Rookard posted 5 patches 2 years ago
drivers/staging/rtl8192e/rtl819x_HTProc.c | 18 +++++++++---------
drivers/staging/rtl8192e/rtllib.h         |  8 ++++----
drivers/staging/rtl8192e/rtllib_module.c  |  2 +-
drivers/staging/rtl8192e/rtllib_softmac.c |  4 ++--
drivers/staging/rtl8192e/rtllib_wx.c      |  2 +-
5 files changed, 17 insertions(+), 17 deletions(-)
[PATCH 0/5] [Series 3] rename variable HTGetHighestMCSRate and (4) other
Posted by Gary Rookard 2 years ago
Hi,

This patch series renames (5) different variables with
the checkpatch coding style issue Avoid CamelCase.

Patch 1/5) rename variable HTGetHighestMCSRate
Patch 2/5) rename variable HTFilterMCSRate
Patch 3/5) rename variable HTSetConnectBwMode
Patch 4/5) rename variable HTOnAssocRsp
Patch 5/5) rename variable HTInitializeHTInfo

Signed-off-by: Gary Rookard <garyrookard@fastmail.org>

Gary Rookard (5):
  staging: rtl8192e: rename variable HTGetHighestMCSRate
  staging: rtl8192e: rename variable HTFilterMCSRate
  staging: rtl8192e: rename variable HTSetConnectBwMode
  staging: rtl8192e: rename variable HTOnAssocRsp
  staging: rtl8192e: rename variable HTInitializeHTInfo

 drivers/staging/rtl8192e/rtl819x_HTProc.c | 18 +++++++++---------
 drivers/staging/rtl8192e/rtllib.h         |  8 ++++----
 drivers/staging/rtl8192e/rtllib_module.c  |  2 +-
 drivers/staging/rtl8192e/rtllib_softmac.c |  4 ++--
 drivers/staging/rtl8192e/rtllib_wx.c      |  2 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

-- 
2.41.0
Re: [PATCH 0/5] [Series 3] rename variable HTGetHighestMCSRate and (4) other
Posted by Greg KH 2 years ago
On Wed, Dec 13, 2023 at 12:54:54PM -0500, Gary Rookard wrote:
> Hi,
> 
> This patch series renames (5) different variables with
> the checkpatch coding style issue Avoid CamelCase.
> 
> Patch 1/5) rename variable HTGetHighestMCSRate
> Patch 2/5) rename variable HTFilterMCSRate
> Patch 3/5) rename variable HTSetConnectBwMode
> Patch 4/5) rename variable HTOnAssocRsp
> Patch 5/5) rename variable HTInitializeHTInfo
> 
> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>

As was pointed out, not all of these patches will apply against my tree
(same for your previous series.)  Please rebase all of these and
resubmit the remaining ones.

thanks,

greg k-h