x86/Kconfig: Fix indentation and add endif comments to arch/x86/Kconfig
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Wed, 25 May 2022 13:32:02 +0000 (15:32 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 25 May 2022 13:39:08 +0000 (15:39 +0200)
commit758cd94a0e16ddbc5607428f28170897f67c2964
tree149942d974e19c067e13ed97b3b30f18c72cec9c
parent6f3f04c19074972ea12edeed23b07a32894e9e03
x86/Kconfig: Fix indentation and add endif comments to arch/x86/Kconfig

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 missing trailing endif comments and squeeze multiple
empty lines.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220525133203.52463-2-juerg.haefliger@canonical.com
arch/x86/Kconfig