Re: [PATCH v2 1/2] staging: rtl8723bs: rename global functions

From: Greg Kroah-Hartman

Date: Tue Mar 31 2026 - 04:48:17 EST


On Tue, Mar 31, 2026 at 07:38:42AM +0200, Linus Probert wrote:
> --- a/drivers/staging/rtl8723bs/include/rtw_efuse.h
> +++ b/drivers/staging/rtl8723bs/include/rtw_efuse.h
> @@ -31,7 +31,7 @@ enum {
> #define EFUSE_REPEAT_THRESHOLD_ 3
>
> /* */
> -/* The following is for BT Efuse definition */
> +/* The following is for BT Efuse definition */
> /* */
> #define EFUSE_BT_MAX_MAP_LEN 1024
> #define EFUSE_MAX_BANK 4

Why make this coding style change when you are just renaming functions?

And how about one-patch-per-function being renamed? Make this a patch
series?

thanks,

greg k-h