Hope all is well with you and your family!

2021-11-14 Thread Mr. Abderazack Zebdani
Hope all is well with you and your family! Greetings my dear, Please permit me to introduce myself, I came across your e-mail prior to a private search while in need of your assistance. My name is Mr. Abderazack Zebdani, from Burkina Faso, I work in Bank Of Africa (BOA) as Telex Manager, please se

[staging:staging-testing] BUILD REGRESSION 501d3e5056387568baf1f60e1d0929d912f5893f

2021-11-14 Thread kernel test robot
gician_defconfig arm multi_v4t_defconfig arm randconfig-c002-2024 ia64 allmodconfig ia64defconfig ia64 allyesconfig m68kdefconfig m68k

[driver-core:debugfs_cleanup] BUILD SUCCESS 8247270bcf99bc7bf661ae2a3f2ee6e64c7f957d

2021-11-14 Thread kernel test robot
:20: warning: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive] Warning ids grouped by kconfigs: gcc_recent_errors `-- ia64-randconfig-p001-2024 `-- fs-d_path.c:warning:Unsigned-variable-.-can-t-be-negative-so-it-is-unneces

[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 --- v2: Add version ch

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

2021-11-14 Thread Greg KH
On Sun, Nov 14, 2021 at 09:20:29AM +0100, Alberto Merciai wrote: > 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/

[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 --- drivers/staging/vt