Re: [PATCH] staging: rtl8712: Rename blnPending to bln_pending

From: Dan Carpenter
Date: Tue Mar 19 2024 - 02:39:52 EST


On Tue, Mar 19, 2024 at 03:06:45AM +0530, Ayush Tiwari wrote:
> Rename blnPending to bln_pending in r8712_cmd_thread() to address
> checkpatch warning "Avoid Camelcase" and conform to the kernel coding
> style.
>
> Signed-off-by: Ayush Tiwari <ayushtiw0110@xxxxxxxxx>
> ---

What does bln_ mean? I suspect that b means byte and we don't allow
that sort of naming scheme. But I don't know what ln means. Also the
type should be bool and we change 1/0 to true/false.

regards,
dan carpenter