The patch titled Subject: xtensa: fix closing endif comment has been added to the -mm tree. Its filename is xtensa-switch-to-generic-version-of-pte-allocation-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/xtensa-switch-to-generic-version-of-pte-allocation-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/xtensa-switch-to-generic-version-of-pte-allocation-fix.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: Max Filippov <jcmvbkbc@xxxxxxxxx> Subject: xtensa: fix closing endif comment Commit 8f74afa22d9b ("xtensa: switch to generic version of pte allocation") introduced the following build warning for xtensa arch/xtensa/include/asm/pgalloc.h:67:8: warning: extra tokens at end of #endif directive [-Wendif-labels] Fix #endif comment. Link: http://lkml.kernel.org/r/20200721024751.1257-1-jcmvbkbc@xxxxxxxxx Fixes: 8f74afa22d9b ("xtensa: switch to generic version of pte allocation") Signed-off-by: Max Filippov <jcmvbkbc@xxxxxxxxx> Reviewed-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/xtensa/include/asm/pgalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/xtensa/include/asm/pgalloc.h~xtensa-switch-to-generic-version-of-pte-allocation-fix +++ a/arch/xtensa/include/asm/pgalloc.h @@ -69,6 +69,6 @@ static inline pgtable_t pte_alloc_one(st } #define pmd_pgtable(pmd) pmd_page(pmd) -#endif CONFIG_MMU +#endif /* CONFIG_MMU */ #endif /* _XTENSA_PGALLOC_H */ _ Patches currently in -mm which might be from jcmvbkbc@xxxxxxxxx are xtensa-switch-to-generic-version-of-pte-allocation-fix.patch