The patch titled uml-update-address-space-affected-by-pud_clear-checkpatch-fixes has been removed from the -mm tree. Its filename was uml-update-address-space-affected-by-pud_clear-checkpatch-fixes.patch This patch was dropped because it was folded into uml-update-address-space-affected-by-pud_clear.patch ------------------------------------------------------ Subject: uml-update-address-space-affected-by-pud_clear-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> ERROR: use tabs not spaces #30: FILE: include/asm-um/pgtable-3level.h:74: + set_pud(pud, __pud(_PAGE_NEWPAGE));$ total: 1 errors, 0 warnings, 8 lines checked Your 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: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-um/pgtable-3level.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN include/asm-um/pgtable-3level.h~uml-update-address-space-affected-by-pud_clear-checkpatch-fixes include/asm-um/pgtable-3level.h --- a/include/asm-um/pgtable-3level.h~uml-update-address-space-affected-by-pud_clear-checkpatch-fixes +++ a/include/asm-um/pgtable-3level.h @@ -1,3 +1,4 @@ + /* * Copyright 2003 PathScale Inc * Derived from include/asm-i386/pgtable.h @@ -71,7 +72,7 @@ static inline pmd_t *pmd_alloc_one(struc static inline void pud_clear (pud_t *pud) { - set_pud(pud, __pud(_PAGE_NEWPAGE)); + set_pud(pud, __pud(_PAGE_NEWPAGE)); } #define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch uml-update-address-space-affected-by-pud_clear.patch uml-update-address-space-affected-by-pud_clear-checkpatch-fixes.patch improve-cgroup-printks-fix.patch proc-fix-proc_kill_inodes-to-kill-dentries-on-all-proc-superblocks-checkpatch-fixes.patch acpi-make-acpi_procfs-default-to-y.patch hugetlb-split-alloc_huge_page-into-private-and-shared-components-checkpatch-fixes.patch revert-task-control-groups-example-cpu-accounting-subsystem.patch mips-undo-locking-on-error-path-returns-checkpatch-fixes.patch pidns-place-under-config_experimental-checkpatch-fixes.patch fix-64kb-blocksize-in-ext3-directories-checkpatch-fixes.patch file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes.patch x86-disable-preemption-in-delay_tsc.patch aic94xx_sds-rename-flash_size.patch mips-pcspkr-build-fix.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