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