Re: [PATCH] staging: vt6655: Change camel case variables to snake case

From: Leo Sun
Date: Thu Aug 10 2023 - 10:00:29 EST


Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> 于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@xxxxxxxxx>
> > ---
> > 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.