Re: [PATCH] staging: rtl8723bs: replace comparison to false with logical NOT
From: Greg KH
Date: Mon Mar 09 2026 - 12:55:23 EST
On Mon, Mar 09, 2026 at 10:48:23AM +0000, dipesh chaudhary wrote:
>
> Fix checkpatch warning "Using comparison to false is error prone". Replace "== false" with the logical NOT operator "!" to align with the standard Linux kernel coding style and improve readability.
Please wrap your changelog lines properly
> Signed-off-by: dipesh chaudhary <me@xxxxxxxxxxxxxxxxxx>
And use Upper Case letters for your name :)
thanks,
greg k-h