[PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other

Gary Rookard posted 5 patches 1 year, 12 months ago
There is a newer version of this series
drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
drivers/staging/rtl8192e/rtllib.h         |  6 +++---
drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
5 files changed, 18 insertions(+), 18 deletions(-)
[PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other
Posted by Gary Rookard 1 year, 12 months ago
Hi,

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

Patch 1/5) rename variable HTInitializeBssDesc
Patch 2/5) rename variable HTResetSelfAndSavePeerSetting
Patch 3/5) rename variable HTCCheck
Patch 4/5) rename variable HTSetConnectBwModeCallback
Patch 5/5) rename variable ePeerHTSpecVer

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

Gary Rookard (5):
  staging: rtl8192e: rename variable HTInitializeBssDesc
  staging: rtl8192e: rename variable HTResetSelfAndSavePeerSetting
  staging: rtl8192e: rename variable HTCCheck
  staging: rtl8192e: rename variable HTSetConnectBwModeCallback
  staging: rtl8192e: rename variable ePeerHTSpecVer

 drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
 drivers/staging/rtl8192e/rtllib.h         |  6 +++---
 drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
 drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.43.0
Re: [PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other
Posted by Greg KH 1 year, 12 months ago
On Wed, Dec 20, 2023 at 10:09:59PM -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 HTInitializeBssDesc
> Patch 2/5) rename variable HTResetSelfAndSavePeerSetting
> Patch 3/5) rename variable HTCCheck
> Patch 4/5) rename variable HTSetConnectBwModeCallback
> Patch 5/5) rename variable ePeerHTSpecVer
> 
> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
> 
> Gary Rookard (5):
>   staging: rtl8192e: rename variable HTInitializeBssDesc
>   staging: rtl8192e: rename variable HTResetSelfAndSavePeerSetting
>   staging: rtl8192e: rename variable HTCCheck
>   staging: rtl8192e: rename variable HTSetConnectBwModeCallback
>   staging: rtl8192e: rename variable ePeerHTSpecVer
> 
>  drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
>  drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
>  drivers/staging/rtl8192e/rtllib.h         |  6 +++---
>  drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
>  drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
>  5 files changed, 18 insertions(+), 18 deletions(-)

I see 2 different patch series here sent to the list, both seeming to do
the same thing?

confused,

greg k-h
Re: [PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other
Posted by Gary Rookard 1 year, 12 months ago
Greg KH <gregkh@linuxfoundation.org> writes:

> On Wed, Dec 20, 2023 at 10:09:59PM -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 HTInitializeBssDesc
>> Patch 2/5) rename variable HTResetSelfAndSavePeerSetting
>> Patch 3/5) rename variable HTCCheck
>> Patch 4/5) rename variable HTSetConnectBwModeCallback
>> Patch 5/5) rename variable ePeerHTSpecVer
>> 
>> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
>> 
>> Gary Rookard (5):
>>   staging: rtl8192e: rename variable HTInitializeBssDesc
>>   staging: rtl8192e: rename variable HTResetSelfAndSavePeerSetting
>>   staging: rtl8192e: rename variable HTCCheck
>>   staging: rtl8192e: rename variable HTSetConnectBwModeCallback
>>   staging: rtl8192e: rename variable ePeerHTSpecVer
>> 
>>  drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
>>  drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
>>  drivers/staging/rtl8192e/rtllib.h         |  6 +++---
>>  drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
>>  drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
>>  5 files changed, 18 insertions(+), 18 deletions(-)
>
> I see 2 different patch series here sent to the list, both seeming to do
> the same thing?
>
> confused,
>
> greg k-h

Sorry that was caused by an address typo
so it got resent to linux-staging..
new setup on different distro
Regards,
Gary
-- 
Sent with my mu4e on Void Linux.
Re: [PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other
Posted by Greg KH 1 year, 12 months ago
On Thu, Dec 21, 2023 at 08:06:13AM -0500, Gary Rookard wrote:
> 
> Greg KH <gregkh@linuxfoundation.org> writes:
> 
> > On Wed, Dec 20, 2023 at 10:09:59PM -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 HTInitializeBssDesc
> >> Patch 2/5) rename variable HTResetSelfAndSavePeerSetting
> >> Patch 3/5) rename variable HTCCheck
> >> Patch 4/5) rename variable HTSetConnectBwModeCallback
> >> Patch 5/5) rename variable ePeerHTSpecVer
> >> 
> >> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
> >> 
> >> Gary Rookard (5):
> >>   staging: rtl8192e: rename variable HTInitializeBssDesc
> >>   staging: rtl8192e: rename variable HTResetSelfAndSavePeerSetting
> >>   staging: rtl8192e: rename variable HTCCheck
> >>   staging: rtl8192e: rename variable HTSetConnectBwModeCallback
> >>   staging: rtl8192e: rename variable ePeerHTSpecVer
> >> 
> >>  drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
> >>  drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
> >>  drivers/staging/rtl8192e/rtllib.h         |  6 +++---
> >>  drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
> >>  drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
> >>  5 files changed, 18 insertions(+), 18 deletions(-)
> >
> > I see 2 different patch series here sent to the list, both seeming to do
> > the same thing?
> >
> > confused,
> >
> > greg k-h
> 
> Sorry that was caused by an address typo
> so it got resent to linux-staging..
> new setup on different distro

Please send a v2 of this then.

thanks,

greg k-h
Re: [PATCH 0/5] staging: rtl8192e: rename variable HTInitializeBssDesc and (4) other
Posted by Gary Rookard 1 year, 12 months ago
Greg KH <gregkh@linuxfoundation.org> writes:

> On Thu, Dec 21, 2023 at 08:06:13AM -0500, Gary Rookard wrote:
>> 
>> Greg KH <gregkh@linuxfoundation.org> writes:
>> 
>> > On Wed, Dec 20, 2023 at 10:09:59PM -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 HTInitializeBssDesc
>> >> Patch 2/5) rename variable HTResetSelfAndSavePeerSetting
>> >> Patch 3/5) rename variable HTCCheck
>> >> Patch 4/5) rename variable HTSetConnectBwModeCallback
>> >> Patch 5/5) rename variable ePeerHTSpecVer
>> >> 
>> >> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
>> >> 
>> >> Gary Rookard (5):
>> >>   staging: rtl8192e: rename variable HTInitializeBssDesc
>> >>   staging: rtl8192e: rename variable HTResetSelfAndSavePeerSetting
>> >>   staging: rtl8192e: rename variable HTCCheck
>> >>   staging: rtl8192e: rename variable HTSetConnectBwModeCallback
>> >>   staging: rtl8192e: rename variable ePeerHTSpecVer
>> >> 
>> >>  drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
>> >>  drivers/staging/rtl8192e/rtl819x_HTProc.c | 16 ++++++++--------
>> >>  drivers/staging/rtl8192e/rtllib.h         |  6 +++---
>> >>  drivers/staging/rtl8192e/rtllib_rx.c      |  6 +++---
>> >>  drivers/staging/rtl8192e/rtllib_softmac.c |  6 +++---
>> >>  5 files changed, 18 insertions(+), 18 deletions(-)
>> >
>> > I see 2 different patch series here sent to the list, both seeming to do
>> > the same thing?
>> >
>> > confused,
>> >
>> > greg k-h
>> 
>> Sorry that was caused by an address typo
>> so it got resent to linux-staging..
>> new setup on different distro
>
> Please send a v2 of this then.
>
> thanks,
>
> greg k-h

Okay, will do.

Regards,
Gary
-- 
Sent with my mu4e on Void Linux.