Re: [PATCH v2 1/1] staging: rtl8723bs: style cleanups in rtw_mlme.c

From: Greg KH

Date: Mon Jan 12 2026 - 03:14:05 EST


On Mon, Jan 12, 2026 at 10:05:46AM +0100, Lorenzo Simonelli wrote:
> This patch performs style cleanups in rtw_mlme.c, specifically
> removing unnecessary boolean comparisons and trailing whitespaces.
> These changes improve adherence to the kernel coding style.
>
> Signed-off-by: Lorenzo Simonelli <lorenzosimonelli02@xxxxxxxxx>
>
> ---
> v2:
> - Dropped the patch for sm750fb due to build regression.
> - Consolidated remaining style cleanups into this single patch.

As my bot said, you need to do only one-logical-thing per patch. That
is not what is happening here :(

Please break this up into multiple patches.

thanks,

greg k-h