Re: [PATCH] staging: sm750fb: fix CamelCase variable name Bpp to bpp
From: Dan Carpenter
Date: Thu Jun 11 2026 - 08:22:44 EST
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 <ixebec777@xxxxxxxxx>
> ---
You're working against an old tree. Work against linux-next or
staging-next.
regards,
dan carpenter