The patch titled Subject: mm/page_ext.c: fix a comment has been added to the -mm tree. Its filename is mm-fix-a-comment.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-fix-a-comment.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-a-comment.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: Yinan Zhang <zhangyinan2019@xxxxxxxxxxxxxxxx> Subject: mm/page_ext.c: fix a comment I have noticed that the previous macro is #ifndef CONFIG_SPARSEMEM. I think the comment of #else should be CONFIG_SPARSEMEM. Link: https://lkml.kernel.org/r/20211008140312.6492-1-zhangyinan2019@xxxxxxxxxxxxxxxx Signed-off-by: Yinan Zhang <zhangyinan2019@xxxxxxxxxxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_ext.c~mm-fix-a-comment +++ a/mm/page_ext.c @@ -201,7 +201,7 @@ fail: panic("Out of memory"); } -#else /* CONFIG_FLATMEM */ +#else /* CONFIG_SPARSEMEM */ struct page_ext *lookup_page_ext(const struct page *page) { _ Patches currently in -mm which might be from zhangyinan2019@xxxxxxxxxxxxxxxx are mm-fix-a-comment.patch