Re: [PATCH v2] staging: vt6655: drop off byRxMode var in device.h
From: Tommaso Merciai <tomm.merciai@gmail.com>
Date: 2021-12-23 21:52:09
Also in:
lkml
From: Tommaso Merciai <tomm.merciai@gmail.com>
Date: 2021-12-23 21:52:09
Also in:
lkml
On Tue, Dec 21, 2021 at 07:34:21AM +0100, Greg Kroah-Hartman wrote:
On Mon, Dec 20, 2021 at 09:25:20PM +0100, Tommaso Merciai wrote:quoted
Drop off unused variable byRxMode in device.h, this fix following checkpatch.pl check: CHECK: Avoid CamelCase: <byRxMode> 131: FILE: drivers/staging/vt6655/device.h:131: unsigned char byRxModeNo need to line-wrap this. But this "problem" is not the real thing you are fixing. The real thing is the issue that this variable is not needed at all. Just say that, no need to justify it with a checkpatch warning, right?
Hi Greg, Thanks for review. I'll fix commit body and resend in v3. thanks, tommaso
thanks, greg k-h