Commit 434720fa98443c048df62512d3c6aaefb429bdd2
Committed by
Jiri Kosina
1 parent
cf2fbdd26f
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
f2fs: Fix typo in comments
Correct spelling typo in comments Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff
fs/f2fs/f2fs.h
... | ... | @@ -137,7 +137,7 @@ |
137 | 137 | rwlock_t ext_lock; /* rwlock for consistency */ |
138 | 138 | unsigned int fofs; /* start offset in a file */ |
139 | 139 | u32 blk_addr; /* start block address of the extent */ |
140 | - unsigned int len; /* lenth of the extent */ | |
140 | + unsigned int len; /* length of the extent */ | |
141 | 141 | }; |
142 | 142 | |
143 | 143 | /* |
fs/f2fs/gc.c
... | ... | @@ -222,7 +222,7 @@ |
222 | 222 | } |
223 | 223 | |
224 | 224 | /* |
225 | - * This function is called from two pathes. | |
225 | + * This function is called from two paths. | |
226 | 226 | * One is garbage collection and the other is SSR segment selection. |
227 | 227 | * When it is called during GC, it just gets a victim segment |
228 | 228 | * and it does not remove it from dirty seglist. |
fs/f2fs/super.c