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

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).