Re: [PATCH v2] staging: rtl8723bs: fix inconsistent indenting detected by smatch

From: Bera Yüzlü

Date: Sat Feb 21 2026 - 09:50:25 EST


On Sun, Feb 08, 2026 at 06:02:47PM +0100, Filippo Muscherà wrote:
> Fix the following inconsistent indentation warnings reported by Smatch:
>
> drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c:2319
> EXhalbtc8723b1ant_ConnectNotify(): inconsistent indenting
> drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c:1410
> phy_IQCalibrate_8723B(): inconsistent indenting
>
> The affected code used a mix of tabs and spaces or excessive
> indentation, making it misleading to read. Align the lines with the
> surrounding code using tabs.
>
> While at it, wrap long lines in HalPhyRf_8723B.c to silence checkpatch
> warnings.
>
> Signed-off-by: Filippo Muscherà <filippo.muschera@xxxxxxxxx>
> ---

LGTM.

Reviewed-by: Bera Yüzlü <b9788213@xxxxxxxxx>