Re: [PATCH v2 00/19] Renaming some identifiers.

From: Greg KH
Date: Tue Feb 11 2020 - 14:26:18 EST


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