The patch titled Subject: treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixes has been removed from the -mm tree. Its filename was treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixes.patch This patch was dropped because it was folded into treewide-replace-obsolete-_refok-by-__ref.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixes ERROR: inline keyword should sit between storage class and type #590: FILE: mm/sparse.c:62: +static struct mem_section noinline __ref *sparse_index_alloc(int nid) Cc: Fabian Frederick <fabf@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/sparse.c~treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixes mm/sparse.c --- a/mm/sparse.c~treewide-replace-obsolete-_refok-by-__ref-checkpatch-fixes +++ a/mm/sparse.c @@ -59,7 +59,7 @@ static inline void set_section_nid(unsig #endif #ifdef CONFIG_SPARSEMEM_EXTREME -static struct mem_section noinline __ref *sparse_index_alloc(int nid) +static noinline struct mem_section __ref *sparse_index_alloc(int nid) { struct mem_section *section = NULL; unsigned long array_size = SECTIONS_PER_ROOT * _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are treewide-replace-obsolete-_refok-by-__ref.patch printk-create-pr_level-functions-fix.patch kexec-ensure-user-memory-sizes-do-not-wrap-fix.patch kexec-allow-architectures-to-override-boot-mapping-fix.patch allow-kdump-with-crash_kexec_post_notifiers-fix.patch kexec-add-restriction-on-kexec_load-segment-sizes-fix.patch powerpc-fsl_rio-apply-changes-for-rio-spec-rev-3-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