The patch titled Subject: xtensa: fix closing endif comment has been removed from the -mm tree. Its filename was xtensa-switch-to-generic-version-of-pte-allocation-fix.patch This patch was dropped because it was folded into xtensa-switch-to-generic-version-of-pte-allocation.patch ------------------------------------------------------ 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.patch