The patch titled Subject: mm: vma_adjust: minor comment correction has been added to the -mm tree. Its filename is mm-vma_adjust-minor-comment-correction.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-vma_adjust-minor-comment-correction.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-vma_adjust-minor-comment-correction.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrea Arcangeli <aarcange@xxxxxxxxxx> Subject: mm: vma_adjust: minor comment correction The cases are three not two. Link: http://lkml.kernel.org/r/1474492522-2261-3-git-send-email-aarcange@xxxxxxxxxx Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Jan Vorlicek <janvorli@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/mmap.c~mm-vma_adjust-minor-comment-correction mm/mmap.c --- a/mm/mmap.c~mm-vma_adjust-minor-comment-correction +++ a/mm/mmap.c @@ -662,7 +662,7 @@ int __vma_adjust(struct vm_area_struct * /* * 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) { _ Patches currently in -mm which might be from aarcange@xxxxxxxxxx are mm-vm_page_prot-update-with-write_once-read_once.patch mm-vma_adjust-remove-superfluous-confusing-update-in-remove_next-==-1-case.patch mm-vma_merge-fix-vm_page_prot-smp-race-condition-against-rmap_walk.patch mm-vma_adjust-remove-superfluous-check-for-next-not-null.patch mm-vma_adjust-minor-comment-correction.patch mm-vma_merge-correct-false-positive-from-__vma_unlink-validate_mm_rb.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html