Re: [PATCH] mm/highmem: Clean up endif comments

2020-08-20 Thread Mike Rapoport
On Wed, Aug 19, 2020 at 11:46:35AM -0700, ira.we...@intel.com wrote: > From: Ira Weiny > > The #endif at the end of the file matches up with the '#if > defined(HASHED_PAGE_VIRTUAL)' on line 374. Not the CONFIG_HIGHMEM #if > earlier. > > Fix comments on both of the #endif's to indicate the

[PATCH] mm/highmem: Clean up endif comments

2020-08-19 Thread ira . weiny
From: Ira Weiny The #endif at the end of the file matches up with the '#if defined(HASHED_PAGE_VIRTUAL)' on line 374. Not the CONFIG_HIGHMEM #if earlier. Fix comments on both of the #endif's to indicate the correct end of blocks for each. Signed-off-by: Ira Weiny --- mm/highmem.c | 4 ++--