Re: [PATCH v2] staging: rtl8723bs: remove unnecessary braces for single statement
From: Greg KH
Date: Sat Mar 14 2026 - 03:59:10 EST
On Sat, Mar 14, 2026 at 01:45:58AM -0300, Marcos Andrade wrote:
> Remove unnecessary braces for a single statement block in an if
> condition to comply with the Linux kernel coding style.
> This resolves a checkpatch.pl warning.
>
> Signed-off-by: Marcos Andrade <marcosandrade95963@xxxxxxxxx>
> ---
> Changes in v2:
> drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
You didn't list the changes :(