All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] f2fs: fix typos in code comments
@ 2019-01-25  7:35 Geliang Tang
  2019-01-26  2:49   ` Chao Yu
  0 siblings, 1 reply; 3+ messages in thread
From: Geliang Tang @ 2019-01-25  7:35 UTC (permalink / raw)
  To: Jaegeuk Kim, Chao Yu, Jiri Kosina
  Cc: Geliang Tang, linux-f2fs-devel, linux-kernel

lengh -> length

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/linux/f2fs_fs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h
index d7711048ef93..624b8a47d3c6 100644
--- a/include/linux/f2fs_fs.h
+++ b/include/linux/f2fs_fs.h
@@ -186,7 +186,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
@@ -511,7 +511,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;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] f2fs: fix typos in code comments
  2019-01-25  7:35 [PATCH] f2fs: fix typos in code comments Geliang Tang
@ 2019-01-26  2:49   ` Chao Yu
  0 siblings, 0 replies; 3+ messages in thread
From: Chao Yu @ 2019-01-26  2:49 UTC (permalink / raw)
  To: Geliang Tang, Jaegeuk Kim, Jiri Kosina; +Cc: linux-f2fs-devel, linux-kernel

On 2019/1/25 15:35, Geliang Tang wrote:
> lengh -> length
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] f2fs: fix typos in code comments
@ 2019-01-26  2:49   ` Chao Yu
  0 siblings, 0 replies; 3+ messages in thread
From: Chao Yu @ 2019-01-26  2:49 UTC (permalink / raw)
  To: Geliang Tang, Jaegeuk Kim, Jiri Kosina; +Cc: linux-kernel, linux-f2fs-devel

On 2019/1/25 15:35, Geliang Tang wrote:
> lengh -> length
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-26  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  7:35 [PATCH] f2fs: fix typos in code comments Geliang Tang
2019-01-26  2:49 ` Chao Yu
2019-01-26  2:49   ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.