[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190218062641.104401-1-zengguangyue@hisilicon.com>
Date: Mon, 18 Feb 2019 14:26:41 +0800
From: Zeng Guangyue <zengguangyue@...ilicon.com>
To: <jaegeuk@...nel.org>, <yuchao0@...wei.com>,
<linux-f2fs-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>
CC: <zangleigang@...ilicon.com>, <kid.jin@...ilicon.com>,
<zengguangyue@...ilicon.com>
Subject: [PATCH] f2fs: correct spelling mistake
correct spelling mistake for "nunmber"
Signed-off-by: Zeng Guangyue <zengguangyue@...ilicon.com>
---
include/linux/f2fs_fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h
index d7711048ef93..4c25ab97107c 100644
--- a/include/linux/f2fs_fs.h
+++ b/include/linux/f2fs_fs.h
@@ -284,7 +284,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 */
--
2.20.1.309.g16a465bc01
Powered by blists - more mailing lists