[f2fs-dev] [PATCH] f2fs: fix typo

2023-04-18 Thread Yangtao Li via Linux-f2fs-devel
Add missing 'is'. Signed-off-by: Yangtao Li --- fs/f2fs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 9f15b03037db..357d45e49635 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1362,7 +1362,7 @@ static int parse_opt

[f2fs-dev] [PATCH] f2fs: fix typo

2023-03-10 Thread Yangtao Li via Linux-f2fs-devel
s/not compatible/is not compatible Signed-off-by: Yangtao Li --- fs/f2fs/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 9c87d91df61b..4c22f1b1da09 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -1350,7 +1350,7 @@ sta

Re: [f2fs-dev] [PATCH] f2fs: Fix typo in comments

2022-10-28 Thread Chao Yu
On 2022/10/27 19:01, Keoseong Park wrote: Change "truncateion" to "truncation". Signed-off-by: Keoseong Park Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/list

[f2fs-dev] [PATCH] f2fs: Fix typo in comments

2022-10-27 Thread Keoseong Park
Change "truncateion" to "truncation". Signed-off-by: Keoseong Park --- fs/f2fs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 8cd52b0965b1..aafdf5fbb825 100644 --- a/fs/f2fs/file.c +++ b/fs/f2fs/file.c @@ -571,7 +571,7 @@ void f2f

[f2fs-dev] [PATCH] f2fs: fix typo

2022-09-18 Thread Yonggil Song
Fix typo in f2fs.h Detected by Jaeyoon Choi Signed-off-by: Yonggil Song --- fs/f2fs/f2fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index eddfd35eadb6..661096be59d1 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -274,7 +274,7 @@

Re: [f2fs-dev] [PATCH] f2fs: fix typo in comment

2022-05-22 Thread Chao Yu
On 2022/5/21 19:11, Julia Lawall wrote: Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourcef

[f2fs-dev] [PATCH] f2fs: fix typo in comment

2022-05-21 Thread Julia Lawall
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- fs/f2fs/f2fs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 154ba142a04d..84a27d5ed039 100644 --- a/fs/f2fs/f2fs.h

Re: [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link

2020-06-29 Thread Chao Yu
Jaegeuk, It looks we merge this patch with below wrong author, better to fix this Liu Song via Linux-f2fs-devel On 2020/6/25 20:40, Liu Song via Linux-f2fs-devel wrote: > stakable/stackable > > Signed-off-by: Liu Song > --- > fs/f2fs/dir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link

2020-06-27 Thread Chao Yu
On 2020/6/25 20:40, Liu Song via Linux-f2fs-devel wrote: > stakable/stackable > > Signed-off-by: Liu Song Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/list

[f2fs-dev] [PATCH] f2fs: fix typo in comment of f2fs_do_add_link

2020-06-25 Thread Liu Song via Linux-f2fs-devel
stakable/stackable Signed-off-by: Liu Song --- fs/f2fs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c index d35976785e8c..069f498af1e3 100644 --- a/fs/f2fs/dir.c +++ b/fs/f2fs/dir.c @@ -779,7 +779,7 @@ int f2fs_do_add_link(struct inode *di

[f2fs-dev] [PATCH] f2fs: fix typo

2015-08-18 Thread Junesung Lee
Fix typo. Signed-off-by : Junesung Lee --- fs/f2fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index c629762..b0a9dc9 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -45,7 +45,7 @@ config F2FS_FS_POSIX_ACL default y