Re: [PATCH] staging: sm750fb: rename Bpp parameter to bpp

From: gregkh@xxxxxxxxxxxxxxxxxxx

Date: Tue Jul 07 2026 - 05:18:45 EST


On Thu, May 28, 2026 at 06:36:45PM +0000, Gabry wrote:
> The Linux kernel coding style prefers snake_case over CamelCase foridentifier names.
>
> Rename the 'Bpp' parameter (bytes per pixel) of sm750_hw_fillrect()
> and sm750_hw_copyarea() to 'bpp' to comply with this standard. Update
> the function prototypes in sm750_accel.h and the corresponding
> kernel-doc descriptions accordingly.
>
> This is a pure rename with no functional change, and addresses a
> checkpatch.pl warning:
>
>   CHECK: Avoid CamelCase: <Bpp>
>
> Signed-off-by: Gabriele Rizzo <gabry.256@xxxxxxxxx>

Does not match up with your "From:" line :(

Also, this is the second version of this patch you sent out, what
changed from the first?

thanks,

greg k-h