Re: [PATCH v3 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case

From: Khushal Chitturi

Date: Fri Jan 16 2026 - 10:19:58 EST


On 1/16/26 6:43 PM, Greg KH wrote:
On Fri, Jan 16, 2026 at 11:00:51AM +0530, Khushal Chitturi wrote:
Rename several CamelCase identifiers across the driver
to follow kernel naming conventions.

The following identifiers were renamed:
1) UserPriority to user_priority
2) NumTxOkInPeriod to tx_ok_in_period

Why did you drop the "num"? That has a meaning, right? Now this
variable looks like a boolean, not a count.

Yes, dropping "num" was a mistake.
I'll replace it with num_tx_ok_in_period in v4.

--
Regards,
Khushal