The patch titled Subject: mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes.patch This patch was dropped because it was folded into mm-clarify-__gfp_nofail-deprecation-status.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes WARNING: 'carefuly' may be misspelled - perhaps 'carefully'? #40: FILE: include/linux/gfp.h:60: + * cannot handle allocation failures. New users should be evaluated carefuly total: 0 errors, 1 warnings, 12 lines checked ./patches/mm-clarify-__gfp_nofail-deprecation-status.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/gfp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/gfp.h~mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes include/linux/gfp.h --- a/include/linux/gfp.h~mm-clarify-__gfp_nofail-deprecation-status-checkpatch-fixes +++ a/include/linux/gfp.h @@ -57,7 +57,7 @@ struct vm_area_struct; * _might_ fail. This depends upon the particular VM implementation. * * __GFP_NOFAIL: The VM implementation _must_ retry infinitely: the caller - * cannot handle allocation failures. New users should be evaluated carefuly + * cannot handle allocation failures. New users should be evaluated carefully * (and the flag should be used only when there is no reasonable failure policy) * but it is definitely preferable to use the flag rather than opencode endless * loop around allocator. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ocfs2-make-mlog_errno-return-the-errno.patch mm-migrate-mark-unmap_and_move-noinline-to-avoid-ice-in-gcc-473.patch mm-cma-release-trigger.patch mm-cma-allocation-trigger-fix.patch mm-compaction-enhance-compaction-finish-condition.patch page_writeback-cleanup-mess-around-cancel_dirty_page.patch mm-hide-per-cpu-lists-in-output-of-show_mem.patch mm-clarify-__gfp_nofail-deprecation-status.patch mm-change-vunmap-to-tear-down-huge-kva-mappings-fix.patch mm-mempool-do-not-allow-atomic-resizing-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