[partition] rename findFS

Rename findFS -> canonicalFilesystemName because that's what it actually
does. While here, apply coding style to the files that are affected.
This commit is contained in:
Adriaan de Groot 2021-06-18 11:06:02 +02:00
parent 546253d750
commit f9659989b1
7 changed files with 16 additions and 13 deletions

View file

@ -75,7 +75,7 @@ PartitionLayout::PartitionEntry::PartitionEntry( const QString& label,
, partMinSize( minSize )
, partMaxSize( maxSize )
{
PartUtils::findFS( fs, &partFileSystem );
PartUtils::canonicalFilesystemName( fs, &partFileSystem );
}