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

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

No test performed on HW, just build.

Dragan Cvetic (3):
  staging: rtl8192e: Rename RateAdapt..., RxPath...TH_low, RxPath..._TH
  staging: rtl8192e: Rename RateAdap...20M, RateAdap...40M, VeryLowRSSI
  staging: rtl8192e: Rename WAIotTHVal, RegC38_TH

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 14 ++++++------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    | 22 +++++++++----------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h    | 16 +++++++-------
 3 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] staging: r8192e: Rename macro defined in rtl_dm.h
Posted by Philipp Hortmann 3 years, 5 months ago
On 10/10/22 21:04, Dragan Cvetic wrote:
> Rename macro definitions to avoid CamelCase which is not accepted by
> checkpatch.
> 
> No test performed on HW, just build.
> 
> Dragan Cvetic (3):
>    staging: rtl8192e: Rename RateAdapt..., RxPath...TH_low, RxPath..._TH
>    staging: rtl8192e: Rename RateAdap...20M, RateAdap...40M, VeryLowRSSI
>    staging: rtl8192e: Rename WAIotTHVal, RegC38_TH
> 
>   .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 14 ++++++------
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    | 22 +++++++++----------
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.h    | 16 +++++++-------
>   3 files changed, 26 insertions(+), 26 deletions(-)
> 
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>