Re: [PATCH v2] staging: vt6655: drop off byRxMode var in device.h

From: Tommaso Merciai
Date: Thu Dec 23 2021 - 16:52:10 EST


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:
> > 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 byRxMode
>
> No 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