Re: [PATCH v2] staging: rtl8723bs: remove unused struct rtw_regulatory

From: Dan Carpenter

Date: Tue Apr 14 2026 - 01:56:00 EST


On Mon, Apr 13, 2026 at 05:44:32PM +0200, deep@xxxxxxxxxxxxxxxxxx wrote:
>
> -static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg,
> - struct wiphy *wiphy,
> +static void _rtw_regd_init_wiphy(struct wiphy *wiphy,
> void (*reg_notifier)(struct wiphy *wiphy,
> - struct
> - regulatory_request *
> - request))
> + struct regulatory_request *request))

I wish you hadn't made this extra white space change. It's unrelated
and confused me when I was reading the patch. Otherwise the patch looks
good.

Could you resend without that?

regards,
dan carpenter