[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200211123859.10429-1-pragat.pandya@gmail.com>
Date: Tue, 11 Feb 2020 18:08:41 +0530
From: Pragat Pandya <pragat.pandya@...il.com>
To: gregkh@...uxfoundation.org, valdis.kletnieks@...edu
Cc: devel@...verdev.osuosl.or, linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org, linux-fsdevel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
Pragat Pandya <pragat.pandya@...il.com>
Subject: [PATCH 00/18] Rename some identifier and functions.
This patchset renames following variable and fucntions in source
Fix checkpatch warning: Avoid CamelCase
-ffsUmountVol->ffs_umount_vol
-ffsGetVolInfo->ffs_get_vol_info
-ffsSyncVol->ffs_sync_vol
-ffsLookupFile->ffs_lookup_file
-ffsCreateFile->ffs_create_file
-ffsReadFile->ffs_read_file
-LogSector->log_sector
-ffsWriteFile->ffs_write_file
-ffsTruncateFile->ffs_truncate_file
-ffsMoveFile->ffs_move_file
-ffsRemoveFile->ffs_remove_file
-ffsMountVol->ffs_mount_vol
-ffsReadStat->ffs_read_stat
-ffsWriteStat->ffs_write_stat
-ffsMapCluster->ffs_map_cluster
-ffsCreateDir->ffs_create_dir
-ffsReadDir->ffs_read_dir
-ffsRemoveDir->ffs_remove_dir
Pragat Pandya (18):
staging: exfat: Rename function "ffsUmountVol" to "ffs_umount_vol"
staging: exfat: Rename function "ffsGetVolInfo" to "ffs_get_vol_info"
staging: exfat: Rename function "ffsSyncVol" to "ffs_sync_vol"
staging: exfat: Rename function "ffsLookupFile" to "ffs_lookup_file"
staging: exfat: Rename function "ffsCreateFile" to "ffs_create_file"
staging: exfat: Rename function "ffsReadFile" to "ffs_read_file"
staging: exfat: Rename variable "LogSector" to "log_sector"
staging: exfat: Rename function "ffsWriteFile" to "ffs_write_file"
staging: exfat: Rename function "ffsTruncateFile" to
"ffs_truncate_file"
staging: exfat: Rename function "ffsMoveFile" to "ffs_move_file"
staging: exfat: Rename function "ffsRemoveFile" to "ffs_remove_file"
staging: exfat: Rename function "ffsMountVol" to "ffs_mount_vol"
staging: exfat: Rename function "ffsReadStat" to "ffs_read_stat"
staging: exfat: Rename function "ffsWriteStat" to "ffs_write_stat"
staging: exfat: Rename function "ffsMapCluster" to "ffs_map_cluster"
staging: exfat: Rename function "ffsCreateDir" to "ffs_create_dir"
staging: exfat: Rename function "ffsReadDir" to "ffs_read_dir"
staging: exfat: Rename function "ffsRemoveDir" to "ffs_remove_dir"
drivers/staging/exfat/exfat_super.c | 114 ++++++++++++++--------------
1 file changed, 57 insertions(+), 57 deletions(-)
--
2.17.1
Powered by blists - more mailing lists