Re: [PATCH 1/3] staging: rtl8723bs: rename mBratesOS to avoid CamelCase
From: Greg KH
Date: Tue Jul 28 2026 - 03:39:07 EST
On Mon, Jul 20, 2026 at 02:45:42PM +0200, Olivier Tanoh wrote:
> Fix checkpatch.pl warning regarding the use of CamelCase:
> CHECK: Avoid CamelCase: <mBratesOS>
>
> Rename the struct member mBratesOS to comply with the
> Linux kernel coding style.
Why are you keeping the "m" and "b" here? Does that match up with what
is really stored in this variable?
thanks,
greg k-h