mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Reviewed-by: Mike Rapoport <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
This commit is contained in:
committed by
Linus Torvalds
parent
58f6f03497
commit
955cc774f2
+2
-2
@@ -369,7 +369,7 @@ void kunmap_high(struct page *page)
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(kunmap_high);
|
||||
#endif
|
||||
#endif /* CONFIG_HIGHMEM */
|
||||
|
||||
#if defined(HASHED_PAGE_VIRTUAL)
|
||||
|
||||
@@ -481,4 +481,4 @@ void __init page_address_init(void)
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL) */
|
||||
#endif /* defined(HASHED_PAGE_VIRTUAL) */
|
||||
|
||||
Reference in New Issue
Block a user