arm64: memory: Add comments to end of non-trivial #ifdef blocks
authorWill Deacon <will@kernel.org>
Tue, 13 Aug 2019 16:06:29 +0000 (17:06 +0100)
committerWill Deacon <will@kernel.org>
Wed, 14 Aug 2019 12:09:24 +0000 (13:09 +0100)
commit68933aa973740796895e297e7dbf7baf3e9c51b1
treea2aa10980c56b54ef2055b3340ac115ee0921da8
parent6bbd497f027332b14cf2a6792c418c32286b66c2
arm64: memory: Add comments to end of non-trivial #ifdef blocks

Commenting the #endif of a multi-statement #ifdef block with the
condition which guards it is useful and can save having to scroll back
through the file to figure out which set of Kconfig options apply to
a particular piece of code.

Reviewed-by: Steve Capper <steve.capper@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/memory.h