diff options
| author | Keyur Patel <[email protected]> | 2020-06-11 01:41:47 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-06-11 02:14:18 +0000 |
| commit | cc989e78472e29c69b196d6985e718c8834027b7 (patch) | |
| tree | 98bbdd1566d911eb4f1447f92746939a62ccdac1 | |
| parent | mm/debug_vm_pgtable: fix kernel crash by checking for THP support (diff) | |
| download | kernel-cc989e78472e29c69b196d6985e718c8834027b7.tar.gz kernel-cc989e78472e29c69b196d6985e718c8834027b7.zip | |
ocfs2: fix spelling mistake and grammar
./ocfs2/mmap.c:65: bebongs ==> belonging
Signed-off-by: Keyur Patel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Cc: Gang He <[email protected]>
Cc: Jun Piao <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | fs/ocfs2/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c index 3a44e461828a..25cabbfe87fc 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 |
