The patch titled Subject: include/linux/mempolicy.h: fix typo has been removed from the -mm tree. Its filename was mempolicyh-fix-typo.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx> Subject: include/linux/mempolicy.h: fix typo Change "interlave" to "interleave". Link: http://lkml.kernel.org/r/20200810063454.9357-1-yanfei.xu@xxxxxxxxxxxxx Signed-off-by: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mempolicy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mempolicy.h~mempolicyh-fix-typo +++ a/include/linux/mempolicy.h @@ -28,7 +28,7 @@ struct mm_struct; * the process policy is used. Interrupts ignore the memory policy * of the current process. * - * Locking policy for interlave: + * Locking policy for interleave: * In process context there is no locking because only the process accesses * its own state. All vma manipulation is somewhat protected by a down_read on * mmap_lock. _ Patches currently in -mm which might be from yanfei.xu@xxxxxxxxxxxxx are