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