This patchset renames following twenty-two variables declared in exfat.h Fix checkpatch warning: Avoid CamelCase. -Year->year -Month->month -Day->day -Hour->hour -Minute->minute -Second->second -MilliSecond->milli_secnod -Offset->offset -Size->size -SecSize->sec_size -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 Pragat Pandya (22): staging: exfat: Rename variable "Year" to "year" staging: exfat: Rename variable "Month" to "mont"h staging: exfat: Rename variable "Day" to "day" staging: exfat: Rename variable "Hour" to "hour" staging: exfat: Rename variable "Minute" to "minute" staging: exfat: Rename variable "Second" to "second" staging: exfat: Rename variable "MilliSecond" to "milli_second" staging: exfat: Rename variable "Offset" to "offset" staging: exfat: Rename variable "Size" to "size" staging: exfat: Rename variable "SecSize" to "sec_size" staging: exfat: Rename variable "FatType" to "fat_type" staging: exfat: Rename variable "ClusterSize" to "cluster_size" staging: exfat: Rename variable "NumClusters" to "num_clusters" staging: exfat: Rename variable "FreeClusters" to "free_clusters" staging: exfat: Rename variable "UsedClusters" to "used_clusters" staging: exfat: Rename variable "Name" to "name" staging: exfat: Rename variable "ShortName" to "short_name" staging: exfat: Rename variable "Attr" to "attr" staging: exfat: Rename variabel "NumSubdirs" to "num_subdirs" staging: exfat: Rename variabel "CreateTimestamp" to "create_timestamp" staging: exfat: Rename variable "ModifyTimestamp" to "modify_timestamp" staging: exfat: Rename variable "AccessTimestamp" to "access_timestamp" drivers/staging/exfat/exfat.h | 44 +++--- drivers/staging/exfat/exfat_super.c | 232 ++++++++++++++-------------- 2 files changed, 138 insertions(+), 138 deletions(-) -- 2.17.1