[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+_ZtsLVD_aL1Hf1b7EFsGTp5hw+jnGDDCeMhiqg2zg9u8xB1g@mail.gmail.com>
Date: Thu, 10 Aug 2023 22:00:18 +0800
From: Leo Sun <szp2017@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: forest@...ttletooquiet.net, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev
Subject: Re: [PATCH] staging: vt6655: Change camel case variables to snake case
Greg KH <gregkh@...uxfoundation.org> 于2023年8月9日周三 20:21写道:
>
> On Sat, Aug 05, 2023 at 11:57:39AM +0800, Mingzai Sun wrote:
> > Change camel case to snake case.
> > Issue found by checkpatch.
> >
> > Signed-off-by: Mingzai Sun <szp2017@...il.com>
> > ---
> > drivers/staging/vt6655/srom.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/staging/vt6655/srom.c b/drivers/staging/vt6655/srom.c
> > index ee5ca4db74dc..812964ab68c5 100644
> > --- a/drivers/staging/vt6655/srom.c
> > +++ b/drivers/staging/vt6655/srom.c
> > @@ -49,7 +49,7 @@
> > * Parameters:
> > * In:
> > * iobase - I/O base address
> > - * byContntOffset - address of EEPROM
> > + * by_contnt_offset - address of EEPROM
>
> Why did you keep the unneeded "by" prefix?
>
> thanks,
>
> greg k-h
OK, I will remove the "by" prefix in the second patch.
Powered by blists - more mailing lists