Re: [PATCH] staging: sm750fb: fix CamelCase variable name Bpp to bpp
Dan Carpenter <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 11, 2026 at 04:07:48PM +0530, Siddhesh Sable wrote: > CamelCase variable names violate the kernel coding style guidelines. > Rename all occurrences of 'Bpp' to 'bpp' to fix checkpatch warnings. > > Signed-off-by: Siddhesh Sable <[email protected]> > --- You're working against an old tree. Work against linux-next or staging-next. regards, dan carpenter