aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:11:43 +0200
committerJaegeuk Kim <jaegeuk@kernel.org>2022-05-23 10:29:41 -0700
commit759820c92a346dd18daaa8873f5cabe731d8a31c (patch)
tree2036de0cb6632aa5d7ec9652cfb04f33f94e8ce3 /fs/f2fs/f2fs.h
parentf2fs: make f2fs_read_inline_data() more readable (diff)
downloadlinux-dev-759820c92a346dd18daaa8873f5cabe731d8a31c.tar.xz
linux-dev-759820c92a346dd18daaa8873f5cabe731d8a31c.zip
f2fs: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 52c34651f469..f4d03a81ef3f 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1757,7 +1757,7 @@ struct f2fs_sb_info {
unsigned int data_io_flag;
unsigned int node_io_flag;
- /* For sysfs suppport */
+ /* For sysfs support */
struct kobject s_kobj; /* /sys/fs/f2fs/<devname> */
struct completion s_kobj_unregister;