[staging:staging-testing] BUILD REGRESSION 272958bf8ec342c65bf732213f65f8e6e9b6ec6a

2021-11-15 Thread kernel test robot
allyesconfig arm64 defconfig arm defconfig arm allyesconfig i386 randconfig-c001-2025 powerpc pasemi_defconfig powerpc waln

[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/vt6655/device_main.c |

[staging:staging-linus] BUILD SUCCESS 47ac6f567c28581f7729bd1f168639f8f066a2eb

2021-11-15 Thread kernel test robot
allmodconfig i386 randconfig-c001-2025 mips allyesconfig um i386_defconfig mips allmodconfig um x86_64_defconfig riscvallmodconfig riscv

[staging:staging-next] BUILD SUCCESS ac0c9be91ae82c281637d3413bf321d3f8920230

2021-11-15 Thread kernel test robot
allmodconfig i386 randconfig-c001-2025 arc defconfig sh se7751_defconfig armmini2440_defconfig mipsbcm63xx_defconfig sh se7721_defconfig s390

[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 suggested by Greg KH d

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

2021-11-15 Thread Greg KH
On Sun, Nov 14, 2021 at 05:40:48PM +0100, Alberto Merciai wrote: > Replace camelcase variable "uCurrRSSI" (current Received Signal Strength > Indicator) into linux kernel coding style equivalent Odd line break :( And trailing whitespace :( > variable "current_rssi". > > References: > https://w

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

2021-11-15 Thread Greg KH
On Sun, Nov 14, 2021 at 10:09:35AM +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 We all know the kernel coding style, no

[driver-core:debugfs_cleanup 1/1] fs/d_path.c:20:20: warning: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]

2021-11-15 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git debugfs_cleanup head: 8247270bcf99bc7bf661ae2a3f2ee6e64c7f957d commit: 8247270bcf99bc7bf661ae2a3f2ee6e64c7f957d [1/1] fs: make d_path-like functions all have unsigned size compiler: ia64-linux-gcc (GCC) 11.2.0 If y