VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: dingsenjie <dingsenjie@yulong.com> 2021-05-06 18:06:39 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 00:26:34 -0700 commit: a109ae2a0252308aa46ce77067e751295b9beb87 parent: 5afe69c2ccd069112fd299b573d30d6b14528b6c
Commit Summary:
fs: fat: fix spelling typo of values
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c
index f7e3304b7802..860e884e56e8 100644
--- a/fs/fat/fatent.c
+++ b/fs/fat/fatent.c
@@ -771,7 +771,7 @@ int fat_trim_fs(struct inode *inode, struct fstrim_range *range)
 	/*
 	 * FAT data is organized as clusters, trim at the granulary of cluster.
 	 *
-	 * fstrim_range is in byte, convert vaules to cluster index.
+	 * fstrim_range is in byte, convert values to cluster index.
 	 * Treat sectors before data region as all used, not to trim them.
 	 */
 	ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);