Skip to content

Commit

Permalink
mm: vma_adjust: minor comment correction
Browse files Browse the repository at this point in the history
The cases are three not two.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrea Arcangeli <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Jan Vorlicek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
aagit authored and torvalds committed Oct 8, 2016
1 parent 97a42cd commit 86d12e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start,
/*
* vma expands, overlapping all the next, and
* perhaps the one after too (mprotect case 6).
* The only two other cases that gets here are
* The only other cases that gets here are
* case 1, case 7 and case 8.
*/
if (next == expand) {
Expand Down

0 comments on commit 86d12e4

Please sign in to comment.