[PATCH 0/5] staging: rtl8192e: renamed variable is40MHz and 4 other

Gary Rookard posted 5 patches 1 year, 11 months ago
drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
drivers/staging/rtl8192e/rtl819x_HTProc.c | 58 +++++++++++------------
2 files changed, 30 insertions(+), 30 deletions(-)
[PATCH 0/5] staging: rtl8192e: renamed variable is40MHz and 4 other
Posted by Gary Rookard 1 year, 11 months ago
Hi,

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

Patch 1/5) rename variable is40MHz
Patch 2/5) rename variable isShortGI
Patch 3/5) rename variable retValue
Patch 4/5) rename variable EWC11NHTCap
Patch 5/5) rename variable AdvCoding

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

Gary Rookard (5):
  staging: rtl8192e: rename variable is40MHz
  staging: rtl8192e: rename variable isShortGI
  staging: rtl8192e: rename variable retValue
  staging: rtl8192e: rename variable EWC11NHTCap
  staging: rtl8192e: rename variable AdvCoding

 drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c | 58 +++++++++++------------
 2 files changed, 30 insertions(+), 30 deletions(-)

-- 
2.43.0
Re: [PATCH 0/5] staging: rtl8192e: renamed variable is40MHz and 4 other
Posted by Philipp Hortmann 1 year, 11 months ago
On 1/8/24 04:22, Gary Rookard wrote:
> Hi,
> 
> This patch series renames (5) different variables with
> the checkpatch coding style issue, Avoid CamelCase.
> 
> Patch 1/5) rename variable is40MHz
> Patch 2/5) rename variable isShortGI
> Patch 3/5) rename variable retValue
> Patch 4/5) rename variable EWC11NHTCap
> Patch 5/5) rename variable AdvCoding
> 
> Signed-off-by: Gary Rookard <garyrookard@fastmail.org>
> 
> Gary Rookard (5):
>    staging: rtl8192e: rename variable is40MHz
>    staging: rtl8192e: rename variable isShortGI
>    staging: rtl8192e: rename variable retValue
>    staging: rtl8192e: rename variable EWC11NHTCap
>    staging: rtl8192e: rename variable AdvCoding
> 
>   drivers/staging/rtl8192e/rtl819x_HT.h     |  2 +-
>   drivers/staging/rtl8192e/rtl819x_HTProc.c | 58 +++++++++++------------
>   2 files changed, 30 insertions(+), 30 deletions(-)
> 

Can be applied on top of other patches send in.
Is working fine on hardware.

Bye Philipp