Re: [PATCH v6 1/4] staging: rtl8723bs: rename LinkDetectInfo and clean up related code

From: Greg KH

Date: Sat Feb 07 2026 - 08:12:12 EST


On Sun, Feb 01, 2026 at 05:08:34PM +0530, Khushal Chitturi wrote:
> This patch renames LinkDetectInfo instance to link_detect_info and update
> the fields of rt_link_detect_t to follow kernel naming conventions.
> Local variables in traffic_status_watchdog were also updated for
> consistency.

Please only do one logical thing per patch. This is way too many
renames to try to verify you got it all correct here, would you like to
have to review this? :)

> Signed-off-by: Khushal Chitturi <khushalchitturi@xxxxxxxxx>
>
> ---

No need for a blank line after your signed-off-by line.

> Changelog:
> v5 -> v6: Limited the changes to LinkDetectInfo renaming.

No, you also changed the local variables. Don't make fake claims in
changelog versions :(

thanks,

greg k-h