Re: [PATCH v2] staging: rtl8723bs: use block-scoped loop variable in rtw_ap.c

From: Greg KH

Date: Tue Feb 10 2026 - 10:41:13 EST


On Tue, Feb 10, 2026 at 03:28:13PM +0000, Dharanitharan R wrote:
> Convert the loop iterator to a block-scoped declaration
> using C99-style for-loop initialization.

No need for this to be changed at this point in time, just do that for
new code please. What tool said that this should be changed?

thanks,

greg k-h