The patch titled page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes has been removed from the -mm tree. Its filename was page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes.patch This patch was dropped because it was folded into page-allocator-clean-up-functions-related-to-pages_min.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> ERROR: trailing whitespace #119: FILE: mm/page_alloc.c:4474: + * setup_per_zone_wmarks - called when min_free_kbytes changes $ WARNING: line over 80 characters #123: FILE: mm/page_alloc.c:4477: + * Ensures that the watermark[min,low,high] values for each zone are set correctly total: 1 errors, 1 warnings, 62 lines checked ./patches/page-allocator-clean-up-functions-related-to-pages_min.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Minchan Kim <minchan.kim@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN mm/page_alloc.c~page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes mm/page_alloc.c --- a/mm/page_alloc.c~page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes +++ a/mm/page_alloc.c @@ -4483,11 +4483,11 @@ static void setup_per_zone_lowmem_reserv } /** - * setup_per_zone_wmarks - called when min_free_kbytes changes + * setup_per_zone_wmarks - called when min_free_kbytes changes * or when memory is hot-added * - * Ensures that the watermark[min,low,high] values for each zone are set correctly - * with respect to min_free_kbytes. + * Ensures that the watermark[min,low,high] values for each zone are set + * correctly with respect to min_free_kbytes. */ void setup_per_zone_wmarks(void) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch firmware_map-fix-hang-with-x86-32bit.patch mm-consolidate-init_mm-definition.patch readahead-record-mmap-read-around-states-in-file_ra_state.patch mm-clean-up-get_user_pages_fast-documentation.patch page-allocator-do-not-sanity-check-order-in-the-fast-path.patch page-allocator-calculate-the-preferred-zone-for-allocation-only-once.patch page-allocator-remove-a-branch-by-assuming-__gfp_high-==-alloc_high.patch pagemap-add-page-types-tool.patch videobuf-dma-contig-zero-copy-userptr-support-v3.patch page-allocator-warn-if-__gfp_nofail-is-used-for-a-large-allocation.patch mm-pm-freezer-disable-oom-killer-when-tasks-are-frozen.patch page-allocator-clean-up-functions-related-to-pages_min.patch page-allocator-clean-up-functions-related-to-pages_min-checkpatch-fixes.patch page-allocator-add-inactive-ratio-calculation-function-of-each-zone-checkpatch-fixes.patch mm-add-a-gfp-translate-script-to-help-understand-page-allocation-failure-reports-fix.patch vmscan-count-the-number-of-times-zone_reclaim-scans-and-fails-fix.patch headers-move-module_bug_finalize-module_bug_cleanup-definitions-into-moduleh.patch remove-put_cpu_no_resched-fix.patch rb_tree-reorganize-code-in-rb_erase-for-additional-changes-checkpatch-fixes.patch radeon-p2g2clk_always_onb-tested-twice-should-2nd-be-p2g2clk_dac_always_onb-fix.patch fbdev-add-support-for-handoff-from-firmware-to-hw-framebuffers-checkpatch-fixes.patch fbdev-s1d13xxxfb-add-accelerated-bitblt-functions-checkpatch-fixes.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