]> git.baikalelectronics.ru Git - kernel.git/commit
mm/highmem.c: clean up endif comments
authorIra Weiny <ira.weiny@intel.com>
Fri, 16 Oct 2020 03:09:52 +0000 (20:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:18 +0000 (11:11 -0700)
commitc86cab10d58dabdb6e77445c0db66c902d1582b8
tree5939d5552e30ffbe7c0c6dad6c0169495ae97876
parent9ffbd426d2b94cc37b0e55f3053e79f3b04be005
mm/highmem.c: clean up endif comments

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 <ira.weiny@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Link: https://lkml.kernel.org/r/20200819184635.112579-1-ira.weiny@intel.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/highmem.c