Re: [PATCH 2/7] staging: rtl8192e: Rename TSSI_13dBm, Pwr_Track and NumTotalRFPath

From: Philipp Hortmann
Date: Sun Jan 08 2023 - 09:09:49 EST


On 1/3/23 09:30, Dan Carpenter wrote:
On Thu, Dec 29, 2022 at 05:25:46PM +0100, Philipp Hortmann wrote:
Rename variable TSSI_13dBm to tssi_13dbm

I would probably have kept this one as-is. It's not CamelCase, it's the
correct way to capitalize it.

regards,
dan carpenter


Hi Dan,

sorry for late.

No issue with keeping this variable as is. But can you tell me the rule for the rest of the variables in this driver?

Here just some examples: (I know that checkpatch is not always right)
CHECK: Avoid CamelCase: <Avg_TSSI_Meas>
CHECK: Avoid CamelCase: <TSSI_13dBm>
CHECK: Avoid CamelCase: <Avg_TSSI_Meas_from_driver>

Are those OK as well?

I would like to do it the right way. I do not want to discuss every variable change.

Thanks for your support.

Bye Philipp