Re: [PATCH] staging: rtl8723bs: clean up function names

From: Greg Kroah-Hartman

Date: Tue Mar 31 2026 - 00:48:30 EST


On Mon, Mar 30, 2026 at 11:24:22PM +0200, Linus Probert wrote:
> Renames camel case functions in rtw_efuse.h and also removes two
> function declarations that were never implemented nor called in the
> source.
>
> Naming problems found using checkpatch.pl tool. The unused functions
> were discovered while applying the changes.

That is two different things, which means this should be a patch series
doing only one thing per patch.

thanks,

greg k-h