[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200211192615.GA1967960@kroah.com>
Date: Tue, 11 Feb 2020 11:26:15 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Pragat Pandya <pragat.pandya@...il.com>
Cc: valdis.kletnieks@...edu, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org,
linux-fsdevel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: Re: [PATCH v2 00/19] Renaming some identifiers.
On Tue, Feb 11, 2020 at 12:05:39AM +0530, Pragat Pandya wrote:
> This patchset renames following nineteen variables in exfat.h
> Fix checkpatch warning: Avoid CamelCase
> -Year->year
> -Day->day
> -Hour->hour
> -Minute->minute
> -Second->second
> -Millisecond->millisecond
> -FatType->fat_type
> -ClusterSize->cluster_size
> -NumClusters->num_clusters
> -FreeClusters->free_clusters
> -UsedClusters->used_clusters
> -Name->name
> -ShortName->short_name
> -Attr->attr
> -NumSubdirs->num_subdirs
> -CreateTimestamp->create_timestamp
> -ModifyTimestamp->modify_timestamp
> -AccessTimestamp->access_timestamp
>
> v2:
> -Correct misplaced quatation character in subject line(s).
> -Remove unnecessary '_'(underscore) character in renaming of identifier
> MilliSecond.
> -Drop commits renaming unused structure members.
Not all of these patches applied, so can you please rebase against my
testing tree and resend the remaining patches?
thanks,
greg k-h
Powered by blists - more mailing lists