Re: [PATCH] staging: sm750fb: modify function name to kernel code style
From: Greg KH
Date: Thu Apr 03 2025 - 10:22:11 EST
On Mon, Mar 31, 2025 at 09:53:36AM +0100, Richard Akintola wrote:
> Change camelCase function name sii164ResetChip to sii164_reset_chip
> as reported by checkpatch.pl
>
> CHECK: Avoid camelCase: <sii164ResetChip>
>
> Signed-off-by: Richard Akintola <princerichard17a@xxxxxxxxx>
> ---
> drivers/staging/sm750fb/ddk750_dvi.c | 2 +-
> drivers/staging/sm750fb/ddk750_sii164.c | 4 ++--
> drivers/staging/sm750fb/ddk750_sii164.h | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
You sent 2 different patches with different subject lines, yet they
almost did the same thing? Which one should I take or review? Please
send a new one, as a version 3, and properly document what changed
between this one and the last 2 submissions.
thanks,
greg k-h