linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: ocfs2: fix spelling mistake
@ 2020-06-07 21:21 Keyur Patel
  2020-06-07 21:50 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Keyur Patel @ 2020-06-07 21:21 UTC (permalink / raw)
  Cc: Keyur Patel, Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel,
	linux-kernel

./ocfs2/mmap.c:65: bebongs ==> belongs

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 fs/ocfs2/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
 	last_index = (size - 1) >> PAGE_SHIFT;
 
 	/*
-	 * There are cases that lead to the page no longer bebongs to the
+	 * There are cases that lead to the page no longer belongs to the
 	 * mapping.
 	 * 1) pagecache truncates locally due to memory pressure.
 	 * 2) pagecache truncates when another is taking EX lock against 
-- 
2.26.2


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

* Re: [PATCH] fs: ocfs2: fix spelling mistake
  2020-06-07 21:21 [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
@ 2020-06-07 21:50 ` Randy Dunlap
  2020-06-07 22:07 ` [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
  2020-06-08  1:48 ` [PATCH v3] " Keyur Patel
  2 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2020-06-07 21:50 UTC (permalink / raw)
  To: Keyur Patel
  Cc: Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel, linux-kernel

On 6/7/20 2:21 PM, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belongs
> 
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
> ---
>  fs/ocfs2/mmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
>  	last_index = (size - 1) >> PAGE_SHIFT;
>  
>  	/*
> -	 * There are cases that lead to the page no longer bebongs to the
> +	 * There are cases that lead to the page no longer belongs to the

I would say                                      no longer belonging to the

>  	 * mapping.
>  	 * 1) pagecache truncates locally due to memory pressure.
>  	 * 2) pagecache truncates when another is taking EX lock against 
> 

Please fix your To: line:

(no To-header on input) <>

-- 
~Randy


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

* [PATCH v2] fs: ocfs2: fix spelling mistake and grammar
  2020-06-07 21:21 [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
  2020-06-07 21:50 ` Randy Dunlap
@ 2020-06-07 22:07 ` Keyur Patel
  2020-06-08  1:44   ` Joseph Qi
  2020-06-08  1:48 ` [PATCH v3] " Keyur Patel
  2 siblings, 1 reply; 6+ messages in thread
From: Keyur Patel @ 2020-06-07 22:07 UTC (permalink / raw)
  To: mark, jlbec, joseph.qi, ocfs2-devel, linux-kernel; +Cc: iamkeyur96

./ocfs2/mmap.c:65: bebongs ==> belongs

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 fs/ocfs2/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
 	last_index = (size - 1) >> PAGE_SHIFT;
 
 	/*
-	 * There are cases that lead to the page no longer bebongs to the
+	 * There are cases that lead to the page no longer belonging to the
 	 * mapping.
 	 * 1) pagecache truncates locally due to memory pressure.
 	 * 2) pagecache truncates when another is taking EX lock against 
-- 
2.26.2


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

* Re: [PATCH v2] fs: ocfs2: fix spelling mistake and grammar
  2020-06-07 22:07 ` [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
@ 2020-06-08  1:44   ` Joseph Qi
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Qi @ 2020-06-08  1:44 UTC (permalink / raw)
  To: Keyur Patel, mark, jlbec, ocfs2-devel, linux-kernel



On 2020/6/8 06:07, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belongs
> 
This should be updated with your new change.

Thanks,
Joseph

> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
> ---
>  fs/ocfs2/mmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
>  	last_index = (size - 1) >> PAGE_SHIFT;
>  
>  	/*
> -	 * There are cases that lead to the page no longer bebongs to the
> +	 * There are cases that lead to the page no longer belonging to the
>  	 * mapping.
>  	 * 1) pagecache truncates locally due to memory pressure.
>  	 * 2) pagecache truncates when another is taking EX lock against 
> 

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

* [PATCH v3] fs: ocfs2: fix spelling mistake and grammar
  2020-06-07 21:21 [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
  2020-06-07 21:50 ` Randy Dunlap
  2020-06-07 22:07 ` [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
@ 2020-06-08  1:48 ` Keyur Patel
  2020-06-08  1:53   ` Joseph Qi
  2 siblings, 1 reply; 6+ messages in thread
From: Keyur Patel @ 2020-06-08  1:48 UTC (permalink / raw)
  To: mark, jlbec, joseph.qi, ocfs2-devel, linux-kernel; +Cc: iamkeyur96

./ocfs2/mmap.c:65: bebongs ==> belonging

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 fs/ocfs2/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
index 3a44e461828a..39a77e903fdf 100644
--- a/fs/ocfs2/mmap.c
+++ b/fs/ocfs2/mmap.c
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
 	last_index = (size - 1) >> PAGE_SHIFT;
 
 	/*
-	 * There are cases that lead to the page no longer bebongs to the
+	 * There are cases that lead to the page no longer belonging to the
 	 * mapping.
 	 * 1) pagecache truncates locally due to memory pressure.
 	 * 2) pagecache truncates when another is taking EX lock against 
-- 
2.26.2


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

* Re: [PATCH v3] fs: ocfs2: fix spelling mistake and grammar
  2020-06-08  1:48 ` [PATCH v3] " Keyur Patel
@ 2020-06-08  1:53   ` Joseph Qi
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Qi @ 2020-06-08  1:53 UTC (permalink / raw)
  To: Keyur Patel, mark, jlbec, ocfs2-devel, linux-kernel, Andrew Morton



On 2020/6/8 09:48, Keyur Patel wrote:
> ./ocfs2/mmap.c:65: bebongs ==> belonging
> 
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>

Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/mmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c
> index 3a44e461828a..39a77e903fdf 100644
> --- a/fs/ocfs2/mmap.c
> +++ b/fs/ocfs2/mmap.c
> @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
>  	last_index = (size - 1) >> PAGE_SHIFT;
>  
>  	/*
> -	 * There are cases that lead to the page no longer bebongs to the
> +	 * There are cases that lead to the page no longer belonging to the
>  	 * mapping.
>  	 * 1) pagecache truncates locally due to memory pressure.
>  	 * 2) pagecache truncates when another is taking EX lock against 
> 

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

end of thread, other threads:[~2020-06-08  1:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 21:21 [PATCH] fs: ocfs2: fix spelling mistake Keyur Patel
2020-06-07 21:50 ` Randy Dunlap
2020-06-07 22:07 ` [PATCH v2] fs: ocfs2: fix spelling mistake and grammar Keyur Patel
2020-06-08  1:44   ` Joseph Qi
2020-06-08  1:48 ` [PATCH v3] " Keyur Patel
2020-06-08  1:53   ` Joseph Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).