Re: [PATCH] staging: rtl8723bs: rename camelCase variables
From: Greg KH
Date: Sat Feb 07 2026 - 08:43:28 EST
On Fri, Feb 06, 2026 at 03:25:53PM +0300, Nikolay Kulikov wrote:
> Rename "pHT_caps_ie" to "pht_caps_ie" and "pHT_info_ie" to "pht_info_ie"
> local variables to comply with Linux coding style.
Why did you pick these names? You kept the "p" prefix for some reason,
which is "Hungarian" notation, and is not a kernel coding style, so
shouldn't you just use a name that reflects what this variable is doing,
and not encode the type in it?
thanks,
greg k-h