Skip to content

Commit a109ae2

Browse files
dingsenjietorvalds
authored andcommitted
fs: fat: fix spelling typo of values
vaules -> values Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: dingsenjie <[email protected]> Acked-by: OGAWA Hirofumi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 5afe69c commit a109ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/fat/fatent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
771771
/*
772772
* FAT data is organized as clusters, trim at the granulary of cluster.
773773
*
774-
* fstrim_range is in byte, convert vaules to cluster index.
774+
* fstrim_range is in byte, convert values to cluster index.
775775
* Treat sectors before data region as all used, not to trim them.
776776
*/
777777
ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);

0 commit comments

Comments
 (0)