summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorZeng Guangyue <zengguangyue@hisilicon.com>2019-02-18 14:26:41 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-03-12 18:59:17 -0700
commit68b79cdc6de97fe270ceb40082a4aa6ad3e41ea7 (patch)
tree79fd2e2cae9d3a55e9ee9d577c48fb2a1b13fe08 /include
parent0af725fcb77a148b7da249fa01f98ceeaa149eec (diff)
downloadlinux-0-day-68b79cdc6de97fe270ceb40082a4aa6ad3e41ea7.tar.gz
linux-0-day-68b79cdc6de97fe270ceb40082a4aa6ad3e41ea7.tar.xz
f2fs: correct spelling mistake
correct spelling mistake for "nunmber" Signed-off-by: Zeng Guangyue <zengguangyue@hisilicon.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/f2fs_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h
index 666db8eb71e01..f5740423b0023 100644
--- a/include/linux/f2fs_fs.h
+++ b/include/linux/f2fs_fs.h
@@ -285,7 +285,7 @@ enum {
struct node_footer {
__le32 nid; /* node id */
- __le32 ino; /* inode nunmber */
+ __le32 ino; /* inode number */
__le32 flag; /* include cold/fsync/dentry marks and offset */
__le64 cp_ver; /* checkpoint version */
__le32 next_blkaddr; /* next node page block address */