The patch titled Subject: hugetlb-remove-duplicated-code-checkpatch-fixes has been added to the -mm tree. Its filename is hugetlb-remove-duplicated-code-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/hugetlb-remove-duplicated-code-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/hugetlb-remove-duplicated-code-checkpatch-fixes.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: hugetlb-remove-duplicated-code-checkpatch-fixes WARNING: space prohibited between function name and open parenthesis '(' #40: FILE: mm/hugetlb.c:259: + list_for_each_entry (rg, head, link) WARNING: space prohibited between function name and open parenthesis '(' #52: FILE: mm/hugetlb.c:271: + list_for_each_entry_safe (rg, trg, rg->link.prev, link) { total: 0 errors, 2 warnings, 150 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/hugetlb-remove-duplicated-code.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/hugetlb.c~hugetlb-remove-duplicated-code-checkpatch-fixes +++ a/mm/hugetlb.c @@ -256,7 +256,7 @@ static long add_reservation_in_range(str struct file_region *rg = NULL, *trg = NULL, *nrg = NULL; /* Locate the region we are before or in. */ - list_for_each_entry (rg, head, link) + list_for_each_entry(rg, head, link) if (f <= rg->to) break; @@ -268,7 +268,7 @@ static long add_reservation_in_range(str /* Check for and consume any regions we now overlap with. */ nrg = rg; - list_for_each_entry_safe (rg, trg, rg->link.prev, link) { + list_for_each_entry_safe(rg, trg, rg->link.prev, link) { if (&rg->link == head) break; if (rg->from > t) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch fs-ocfs2-fix-possible-null-pointer-dereferences-in-ocfs2_xa_prepare_entry-fix.patch mm-page_alloc-fix-a-crash-in-free_pages_prepare-fix.patch mm.patch mm-slb-guarantee-natural-alignment-for-kmallocpower-of-two-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch hugetlb-remove-duplicated-code-checkpatch-fixes.patch linux-next-git-rejects.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch