Re: [PATCH v3 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case
From: Greg KH
Date: Fri Jan 16 2026 - 08:13:18 EST
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.
thanks,
greg k-h