Re: [PATCH 0/2] x86: Kconfig: Style cleanups

From: Ingo Molnar
Date: Wed May 25 2022 - 09:38:47 EST



* Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> wrote:

> The majority of the Kconfig files use a single tab for basic indentation
> and a single tab followed by two whitespaces for help text indentation.
> Fix the lines that don't follow this convention.
>
> While at it, add missing trailing endif comments.
>
> Juerg Haefliger (2):
> x86: Kconfig: Fix indentation and add endif comments
> x86: Kconfig.debug: Fix indentation
>
> arch/x86/Kconfig | 101 ++++++++++++++++++++---------------------
> arch/x86/Kconfig.debug | 29 ++++++------
> 2 files changed, 63 insertions(+), 67 deletions(-)

Merged into tip:x86/cleanups, thanks Juerg!

Ingo