The patch titled Subject: include/linux/gfp.h: fix typo has been removed from the -mm tree. Its filename was include-linux-gfph-fix-typo.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Kyle Spiers <ksspiers@xxxxxxxxxx> Subject: include/linux/gfp.h: fix typo Fix misspelled "satisfied" Link: http://lkml.kernel.org/r/20181227232354.64562-1-ksspiers@xxxxxxxxxx Signed-off-by: Kyle Spiers <ksspiers@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/include/linux/gfp.h~include-linux-gfph-fix-typo +++ a/include/linux/gfp.h @@ -81,7 +81,7 @@ struct vm_area_struct; * * %__GFP_HARDWALL enforces the cpuset memory allocation policy. * - * %__GFP_THISNODE forces the allocation to be satisified from the requested + * %__GFP_THISNODE forces the allocation to be satisfied from the requested * node with no fallbacks or placement policy enforcements. * * %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg. _ Patches currently in -mm which might be from ksspiers@xxxxxxxxxx are