Re: [PATCH] staging: sm750fb: rename Bpp parameter to bpp
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <2026070743-stubble-brick-6d56@gregkh> |
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 <[email protected]> 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