The patch titled Subject: ocfs2: fix spelling mistake and grammar has been removed from the -mm tree. Its filename was fs-ocfs2-fix-spelling-mistake-and-grammar.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Keyur Patel <iamkeyur96@xxxxxxxxx> Subject: ocfs2: fix spelling mistake and grammar ./ocfs2/mmap.c:65: bebongs ==> belonging Link: http://lkml.kernel.org/r/20200608014818.102358-1-iamkeyur96@xxxxxxxxx Signed-off-by: Keyur Patel <iamkeyur96@xxxxxxxxx> Reviewed-by: Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx> Cc: Mark Fasheh <mark@xxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Changwei Ge <gechangwei@xxxxxxx> Cc: Gang He <ghe@xxxxxxxx> Cc: Jun Piao <piaojun@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/ocfs2/mmap.c~fs-ocfs2-fix-spelling-mistake-and-grammar +++ a/fs/ocfs2/mmap.c @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(s 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 _ Patches currently in -mm which might be from iamkeyur96@xxxxxxxxx are