Re: [PATCH] staging: rtl8723bs: remove unnecessary braces from single statement blocks

From: Greg Kroah-Hartman

Date: Tue Jul 07 2026 - 07:20:56 EST


On Mon, Jul 06, 2026 at 05:33:42AM +1000, Daniel Guihot wrote:
> Remove braces around single statement blocks in rtl8723b_hal_init.c to
> comply with the kernel code style, as reported by checkpatch.pl:
>
> WARNING: braces {} are not necessary for single statement blocks
> WARNING: braces {} are not necessary for any arm of this statement
>
> No functional change.
>
> Signed-off-by: Daniel Guihot <daniel.guihot123@xxxxxxxxx>
> ---
> .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 32 +++++++------------
> 1 file changed, 12 insertions(+), 20 deletions(-)

You sent this twice, from two different email addresses? Which one is
correct?

Please resend a v2 from the correct one so we know what to do here.

thanks,

greg k-h