Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs: fat: fix spelling typo of values

vaules -> values

Link: https://lkml.kernel.org/r/20210302034817.30384-1-dingsenjie@163.com
Signed-off-by: dingsenjie <dingsenjie@yulong.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

dingsenjie and committed by
Linus Torvalds
a109ae2a 5afe69c2

+1 -1
+1 -1
fs/fat/fatent.c
··· 771 771 /* 772 772 * FAT data is organized as clusters, trim at the granulary of cluster. 773 773 * 774 - * fstrim_range is in byte, convert vaules to cluster index. 774 + * fstrim_range is in byte, convert values to cluster index. 775 775 * Treat sectors before data region as all used, not to trim them. 776 776 */ 777 777 ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);