Re: [PATCH] staging: rtl8723bs: remove unnecessary braces from single statement blocks
From: Daniel Guihot
Date: Wed Jul 08 2026 - 07:47:41 EST
Sorry for the confusion, my personal email host failed to deliver to
both linux-staging@xxxxxxxxxxxxxxx and linux-kernel@xxxxxxxxxxxxxxx,
so I resent it from a gmail address. I will resend the patch as a v2
so that everything aligns.
Thanks,
Daniel
On Tue, Jul 7, 2026 at 9:15 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> 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