[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <865b37f4-8139-4072-a320-855bfc3121f4@moroto.mountain>
Date: Tue, 19 Mar 2024 09:33:08 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Ayush Tiwari <ayushtiw0110@...il.com>
Cc: Larry.Finger@...inger.net, florian.c.schilhabel@...glemail.com,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev, outreachy@...ts.linux.dev
Subject: Re: [PATCH] staging: rtl8712: Rename blnPending to bln_pending
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@...il.com>
> ---
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
Powered by blists - more mailing lists