Re: [PATCH v5 2/3] staging: vt6655: fix camelcase in ldBmThreshold

From: Tommaso Merciai
Date: Wed Sep 29 2021 - 08:56:24 EST


On Tue, Sep 28, 2021 at 06:42:13AM +0200, Greg Kroah-Hartman wrote:
> On Mon, Sep 27, 2021 at 11:46:24PM +0200, Tommaso Merciai wrote:
> > On Mon, Sep 27, 2021 at 05:26:36PM +0200, Greg Kroah-Hartman wrote:
> > > On Sun, Sep 26, 2021 at 06:25:19PM +0200, Tommaso Merciai wrote:
> > > > Replace camel case variable ldBmThreshold with snake case
> > > > variable ld_bm_threshold.
> > >
> > > Same here, what exactly does this name mean and why did you pick it?
> > >
> > You are right the same here. What do you think about "bm_threshold"?
>
> What does "bm" stand for?

Got it, thank you.
The right traslation could be "dbm_threshold"? In the original
variable name "l_" is for long (hungarian notation), "dbm" is for
decibels relative to a milliwatt, signal_strenght.

Tommaso
>
> thanks,
>
> greg k-h