Re: [PATCH 07/22] staging: exfat: Rename variable "MilliSecond" to "milli_second"

From: Joe Perches
Date: Tue Feb 11 2020 - 16:45:24 EST


On Mon, 2020-01-27 at 14:55 +0300, Dan Carpenter wrote:
> On Mon, Jan 27, 2020 at 03:43:28PM +0530, Pragat Pandya wrote:
> > Change all the occurrences of "MilliSecond" to "milli_second" in exfat.
> >
> > Signed-off-by: Pragat Pandya <pragat.pandya@xxxxxxxxx>
> > ---
> > drivers/staging/exfat/exfat.h | 2 +-
> > drivers/staging/exfat/exfat_super.c | 16 ++++++++--------
> > 2 files changed, 9 insertions(+), 9 deletions(-)
> >
> > diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
> > index 85fbea44219a..5c207d715f44 100644
> > --- a/drivers/staging/exfat/exfat.h
> > +++ b/drivers/staging/exfat/exfat.h
> > @@ -228,7 +228,7 @@ struct date_time_t {
> > u16 hour;
> > u16 minute;
> > u16 second;
> > - u16 MilliSecond;
> > + u16 milli_second;
>
> Normally we would just call it "ms".

msec is a bit more common.