projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5afe69c
)
fs: fat: fix spelling typo of values
author
dingsenjie
<dingsenjie@yulong.com>
Fri, 7 May 2021 01:06:39 +0000
(18:06 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 May 2021 07:26:34 +0000
(
00:26
-0700)
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>
fs/fat/fatent.c
patch
|
blob
|
history
diff --git
a/fs/fat/fatent.c
b/fs/fat/fatent.c
index f7e3304b78029f8eb080eb9edccae59588039509..860e884e56e8ef88f1068c679885a9dddb51efca 100644
(file)
--- 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 va
ul
es to cluster index.
+ * fstrim_range is in byte, convert va
lu
es 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);