The patch titled Subject: include/linux/gfp.h: fix typo has been added to the -mm tree. Its filename is include-linux-gfph-fix-typo.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/include-linux-gfph-fix-typo.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/include-linux-gfph-fix-typo.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 include-linux-gfph-fix-typo.patch