The patch titled Subject: tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes has been added to the -mm tree. Its filename is tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-modifying-page-types-to-include-shared-map-counts-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: tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes ERROR: spaces required around that ':' (ctx:VxE) #51: FILE: tools/vm/page-types.c:308: + return kpagecount_fd < 0 ? pages: ^ total: 1 errors, 0 warnings, 228 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/tools-modifying-page-types-to-include-shared-map-counts.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: Christian Hansen <chansen3@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/page-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN tools/vm/page-types.c~tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes tools/vm/page-types.c --- a/tools/vm/page-types.c~tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes +++ a/tools/vm/page-types.c @@ -305,7 +305,7 @@ static unsigned long kpagecount_read(uin unsigned long index, unsigned long pages) { - return kpagecount_fd < 0 ? pages: + return kpagecount_fd < 0 ? pages : do_u64_read(kpagecount_fd, PROC_KPAGECOUNT, buf, index, pages); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch tools-modifying-page-types-to-include-shared-map-counts-checkpatch-fixes.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-cgroup-aware-oom-killer-fix-2.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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