aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/f2fs_fs.h
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2019-01-25 15:35:01 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-02-15 20:59:46 -0800
commit1ffdc3807589779626924eb600db784d3d943a08 (patch)
treef62dc0c5607a5c5828601c6291cff7a8ade48ee7 /include/linux/f2fs_fs.h
parentf2fs: use xattr_prefix to wrap up (diff)
downloadwireguard-linux-1ffdc3807589779626924eb600db784d3d943a08.tar.xz
wireguard-linux-1ffdc3807589779626924eb600db784d3d943a08.zip
f2fs: fix typos in code comments
lengh -> length Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/linux/f2fs_fs.h')
-rw-r--r--include/linux/f2fs_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h
index d6befe1f9dc7..8d57aaee8166 100644
--- a/include/linux/f2fs_fs.h
+++ b/include/linux/f2fs_fs.h
@@ -187,7 +187,7 @@ struct f2fs_orphan_block {
struct f2fs_extent {
__le32 fofs; /* start file offset of the extent */
__le32 blk; /* start block address of the extent */
- __le32 len; /* lengh of the extent */
+ __le32 len; /* length of the extent */
} __packed;
#define F2FS_NAME_LEN 255
@@ -512,7 +512,7 @@ typedef __le32 f2fs_hash_t;
struct f2fs_dir_entry {
__le32 hash_code; /* hash code of file name */
__le32 ino; /* inode number */
- __le16 name_len; /* lengh of file name */
+ __le16 name_len; /* length of file name */
__u8 file_type; /* file type */
} __packed;