Re: [PATCH v2] staging: rtl8723bs: remove unnecessary braces from single statement blocks
From: Greg KH
Date: Fri Jul 10 2026 - 10:53:11 EST
On Wed, Jul 08, 2026 at 10:07:48PM +1000, Daniel Guihot wrote:
> Remove braces around single statement blocks in rtl8723b_hal_init.c to
> comply with the kernel coding 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>
> ---
> v2: No code changes, v1 was accidentally delivered from two different
> addresses. Resent for consistency.
Doesn't apply to my tree :(