[PATCH] xtensa: fix closing endif comment

2020-07-27 Thread Max Filippov
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. Cc: Mike Rapoport Reviewed-by: Mike

Re: [PATCH] xtensa: fix closing endif comment

2020-07-21 Thread Mike Rapoport
On Mon, Jul 20, 2020 at 07:47:51PM -0700, Max Filippov wrote: > 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

[PATCH] xtensa: fix closing endif comment

2020-07-20 Thread Max Filippov
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. Cc: Mike Rapoport Fixes: 8f74afa22d9b