Re: [PATCH v3 0/7] rename/remove functions and code style cleanup

From: Greg Kroah-Hartman

Date: Wed Apr 01 2026 - 06:16:28 EST


On Tue, Mar 31, 2026 at 05:53:11PM +0200, Linus Probert wrote:
> Thanks for the feedback on my last patch. I have adapted the following:
>
> - Split each global function rename into their own patch. (1 - 5)
> - Placed the removed functions in their own patch. (6)
> - Created one additional patch for removal of a "space before tab"
> warning. (7)
>
> Br,
> Linus
>
> Linus Probert (7):
> staging: rtl8723bs: rename global function to snake_case
> staging: rtl8723bs: rename global function to snake_case
> staging: rtl8723bs: rename global function to snake_case
> staging: rtl8723bs: rename global function to snake_case
> staging: rtl8723bs: rename global function to snake_case

You have 5 different patches here with the same subject line, yet they
do different things. Please make these unique, otherwise this looks
very odd, don't you think?

And the changelog is the hardest part of writing a patch, as you are
finding out :)

thanks,

greg k-h