Subject: + mm-fix-coding-style.patch added to -mm tree To: yong@xxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Fri, 07 Mar 2014 15:06:04 -0800 The patch titled Subject: mm: fix coding style has been added to the -mm tree. Its filename is mm-fix-coding-style.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-coding-style.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-coding-style.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: Choi Gi-yong <yong@xxxxxxxx> Subject: mm: fix coding style Signed-off-by: Choi Gi-yong <yong@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/hugetlb.c~mm-fix-coding-style mm/hugetlb.c --- a/mm/hugetlb.c~mm-fix-coding-style +++ a/mm/hugetlb.c @@ -2898,8 +2898,7 @@ retry: if (anon_rmap) { ClearPagePrivate(page); hugepage_add_new_anon_rmap(page, vma, address); - } - else + } else page_dup_rmap(page); new_pte = make_huge_pte(vma, page, ((vma->vm_flags & VM_WRITE) && (vma->vm_flags & VM_SHARED))); _ Patches currently in -mm which might be from yong@xxxxxxxx are mm-fix-error-do-not-initialise-globals-to-0-or-null-and-coding-style.patch mm-fix-coding-style.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