Re: [PATCH] staging: rtl8188eu: replace camelcase field CustomerID

2022-01-03 Thread Alberto Merciai
On Mon, Jan 03, 2022 at 12:11:32PM +0100, Alberto Merciai wrote: > Replace camelcase field CustomerID to customer_id, compliant > with linux kernel coding style. Apologize, don't consider it, wrong branch was used. Regards, Alberto Merciai __

[PATCH] staging: rtl8188eu: replace camelcase field CustomerID

2022-01-03 Thread Alberto Merciai
Replace camelcase field CustomerID to customer_id, compliant with linux kernel coding style. Signed-off-by: Alberto Merciai --- drivers/staging/rtl8188eu/hal/rtl8188e_dm.c | 2 +- drivers/staging/rtl8188eu/hal/usb_halinit.c | 2 +- drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 2

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Alberto Merciai
driver-core$ ./scripts/get_maintainer.pl drivers/staging/vt6655/device.h Forest Bond (odd fixer:STAGING - VIA VT665X DRIVERS) Greg Kroah-Hartman (supporter:STAGING SUBSYSTEM) Alberto Merciai (commit_signer:2/2=100%,authored:2/2=100%,added_lines:2/2=100%,removed_lines:2/2=100%) de

Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-19 Thread Alberto Merciai
I'm using the master branch of https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ Alberto On Fri, Nov 19, 2021 at 11:51:38AM +0300, Dan Carpenter wrote: > On Thu, Nov 18, 2021 at 09:27:18PM +0100, Alberto Merciai wrote: > > Replace camelcase variable "

[PATCH] staging: vt6655: refactor camelcase byMaxPwrLevel to max_pwr_level

2021-11-19 Thread Alberto Merciai
Replace hungarian notated variable "byMaxPwrLevel" with "max_pwr_level" compliant with linux kernel coding style. Signed-off-by: Alberto Merciai --- drivers/staging/vt6655/device.h | 2 +- drivers/staging/vt6655/rf.c | 10 +- 2 files changed, 6 insertions(+),

[PATCH v4] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-18 Thread Alberto Merciai
Replace camelcase variable "uCurrRSSI" (current Received Signal Strength Indicator) into linux kernel coding style equivalent variable "current_rssi". Signed-off-by: Alberto Merciai --- v3 - change tab with whitespace next to current_rssi v2 - correct mailing list v1

[PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-18 Thread Alberto Merciai
Replace camelcase variable "uCurrRSSI" (current Received Signal Strength Indicator) into linux kernel coding style equivalent variable "current_rssi". Signed-off-by: Alberto Merciai --- v2 - correct mailing list v1 - remove whitespaces drivers/staging/vt6655/device.h

[PATCH v2] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-15 Thread Alberto Merciai
Replace camelcase variable "uCurrRSSI" (current Received Signal Strength Indicator) into linux kernel coding style equivalent variable "current_rssi". Signed-off-by: Alberto Merciai --- v1 - remove whitespaces drivers/staging/vt6655/device.h | 2 +- drivers/staging/

[PATCH v4] staging: vt6655: fix camelcase in wCurrentRate

2021-11-15 Thread Alberto Merciai
Replace camelcase word variable "wCurrentRate" into linux kernel coding style equivalent "current_rate". Signed-off-by: Alberto Merciai --- v3: - Remove useless links inside message body v2: - Add version changelog as suggested by Greg KH v1: - Add mail message body as

[PATCH] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi

2021-11-14 Thread Alberto Merciai
Replace camelcase variable "uCurrRSSI" (current Received Signal Strength Indicator) into linux kernel coding style equivalent variable "current_rssi". References: https://www.kernel.org/doc/html/latest/process/coding-style.html https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm --- dri

[PATCH v3] staging: vt6655: fix camelcase in wCurrentRate

2021-11-14 Thread Alberto Merciai
Replace camelcase word variable "wCurrentRate" into linux kernel coding style equivalent "current_rate". References: https://www.kernel.org/doc/html/latest/process/coding-style.html https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm Signed-off-by: Alberto Merciai

[PATCH v2] staging: vt6655: fix camelcase in wCurrentRate

2021-11-14 Thread Alberto Merciai
Replace camelcase word variable "wCurrentRate" into linux kernel coding style equivalent "current_rate". References: https://www.kernel.org/doc/html/latest/process/coding-style.html https://www.cse.iitk.ac.in/users/dsrkg/cs245/html/Guide.htm Signed-off-by: Alberto Merciai

[PATCH] staging: vt6655: fix camelcase in wCurrentRate

2021-11-13 Thread Alberto Merciai
Signed-off-by: Alberto Merciai --- drivers/staging/vt6655/device.h | 2 +- drivers/staging/vt6655/device_main.c | 12 +-- drivers/staging/vt6655/rxtx.c| 134 +-- 3 files changed, 74 insertions(+), 74 deletions(-) diff --git a/drivers/staging/vt6655