arm64: Kconfig: Fix indentation and add comments
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Tue, 17 May 2022 14:16:47 +0000 (16:16 +0200)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 18 May 2022 13:41:45 +0000 (14:41 +0100)
commit3cb7e662a9309e1d54d3d3aba530616a20ea9a10
treea9b66caf0612493bb1aa71024d4410fc8e9204ec
parent01142791b0d11f20becccd0b30ed5e8fbb3822b6
arm64: Kconfig: Fix indentation and add comments

The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

While add it, add trailing comments to endif and endmenu statements for
better readability.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220517141648.331976-2-juergh@canonical.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig