lkml.org 
[lkml]   [2020]   [Jan]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/19] Renaming some identifiers
Date
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 struct members.


Pragat Pandya (19):
staging: exfat: Rename variable 'Year' to 'year'
staging: exfat: Rename variable 'Month' to 'month'
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 'millisecond'
staging: exfat: Rename variable 'FatType' to 'fat_type'
staging: exfat: Rename variable 'ClusterSize' to 'cluster_size'
staging: exfat: Rename variable 'NumClusters' to 'num_cluster'
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 variable 'NumSubdirs' to 'num_subdirs'
staging: exfat: Rename variable '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 | 38 ++---
drivers/staging/exfat/exfat_super.c | 232 ++++++++++++++--------------
2 files changed, 135 insertions(+), 135 deletions(-)

--
2.17.1

\
 
 \ /
  Last update: 2020-01-29 17:59    [W:0.066 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site