We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afe69c commit a109ae2Copy full SHA for a109ae2
fs/fat/fatent.c
@@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
771
/*
772
* FAT data is organized as clusters, trim at the granulary of cluster.
773
*
774
- * fstrim_range is in byte, convert vaules to cluster index.
+ * fstrim_range is in byte, convert values to cluster index.
775
* Treat sectors before data region as all used, not to trim them.
776
*/
777
ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);
0 commit comments