Re: [PATCH] staging: rtl8723bs: Fix inconsistent indenting warning in rtw_ap.c
From: Ethan Tidmore
Date: Mon Feb 02 2026 - 23:12:03 EST
On Mon Feb 2, 2026 at 7:43 PM CST, Dharanitharan R wrote:
> Fix smatch/checkpatch reported inconsistent indenting warning
> in rtw_ap.c.
> drivers/staging/rtl8723bs/core/rtw_ap.c: fix inconsistent
> indentation.
> No functional changes were introduced.
>
> Signed-off-by: Dharanitharan R <dharanitharan725@xxxxxxxxx>
> ---
Your commit message says fix incosistnent identation, but the diff shows
changing a C89 for-loop into C99 style. This is not a whitespace fix.
ET