The patch titled Subject: mm/memory_hotplug.c: s/is/if has been removed from the -mm tree. Its filename was mm-memory_hotplugc-s-is-if.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Souptick Joarder <jrdr.linux@xxxxxxxxx> Subject: mm/memory_hotplug.c: s/is/if Correct typo in comment. Link: http://lkml.kernel.org/r/1568233954-3913-1-git-send-email-jrdr.linux@xxxxxxxxx Signed-off-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memory_hotplug.c~mm-memory_hotplugc-s-is-if +++ a/mm/memory_hotplug.c @@ -1804,7 +1804,7 @@ void __remove_memory(int nid, u64 start, { /* - * trigger BUG() is some memory is not offlined prior to calling this + * trigger BUG() if some memory is not offlined prior to calling this * function */ if (try_remove_memory(nid, start, size)) _ Patches currently in -mm which might be from jrdr.linux@xxxxxxxxx are