Re: [PATCH v2] staging: rtl8723bs: Clean up unnecessary parentheses and braces
From: Daniel Baluta
Date: Wed Mar 04 2026 - 11:30:54 EST
On 3/4/26 17:34, Eduard Bostina wrote:
> Increase code readability and follow Linux kernel coding style by
> removing unnecessary parentheses and braces.
>
> This also fixes the following checkpatch.pl issues:
> WARNING: Unnecessary parentheses - maybe == should be = ?
> WARNING: braces {} are not necessary for any arm of this statement
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
>
Hi Eduard, This looks good to me!
Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx>
As for the v2 in the subject, you should always start fresh
when sending a patch to the community no matter on how many reviews we did in private.
Community is not aware of that and having [PATCH v2] is confusing.
Greg,
Should Eduard send the patch again and remove v2? Or is this patch still fine.