]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited15ca187264cc27670776e440389166997a68a5
tree149942d974e19c067e13ed97b3b30f18c72cec9c
parente6578f34b5f8aeb99ca67ee1e00cffc7b6d8282d
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