Re: [PATCH v2] staging: rtl8723bs: Fix missing spaces around operators

From: Dan Carpenter

Date: Mon Jun 15 2026 - 04:28:25 EST


On Mon, Jun 15, 2026 at 08:25:38AM +0000, Moksh Panicker wrote:
> Add missing spaces around arithmetic and bitwise operators ('+', '-',
> '&') in the rtl8723bs staging driver across multiple files. These were
> flagged by checkpatch.pl with:
>
> CHECK: spaces preferred around that 'X' (ctx:VxV)
>
> Signed-off-by: Moksh Panicker <mokshpanicker.7@xxxxxxxxx>
> ---

Thanks!

Reviewed-by: Dan Carpenter <error27@xxxxxxxxx>

regards,
dan carpenter