[PATCH 0/3] staging: r8192e: Rename variables in rtl_dm.h

Dragan Cvetic posted 3 patches 3 years, 5 months ago
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 48 +++++++++++-----------
drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 16 ++++----
2 files changed, 32 insertions(+), 32 deletions(-)
[PATCH 0/3] staging: r8192e: Rename variables in rtl_dm.h
Posted by Dragan Cvetic 3 years, 5 months ago
Rename variables to avoid CamelCase which is not accepted by checkpatch.

No test performed on HW, just build.

Dragan Cvetic (3):
  staging: rtl8192e: Rename CurSTAConnectState and PreSTAConnectState
  staging: rtl8192e: Rename Enable, cck_Rx_path and disabledRF
  staging: rtl8192e: Rename Op, Length and Value

 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 48 +++++++++++-----------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 16 ++++----
 2 files changed, 32 insertions(+), 32 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] staging: r8192e: Rename variables in rtl_dm.h
Posted by Philipp Hortmann 3 years, 5 months ago
On 10/10/22 21:04, Dragan Cvetic wrote:
> Rename variables to avoid CamelCase which is not accepted by checkpatch.
> 
> No test performed on HW, just build.
> 
> Dragan Cvetic (3):
>    staging: rtl8192e: Rename CurSTAConnectState and PreSTAConnectState
>    staging: rtl8192e: Rename Enable, cck_Rx_path and disabledRF
>    staging: rtl8192e: Rename Op, Length and Value
> 
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 48 +++++++++++-----------
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 16 ++++----
>   2 files changed, 32 insertions(+), 32 deletions(-)
> 

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>