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

Juerg Haefliger posted 2 patches 3 years, 11 months ago
arch/x86/Kconfig       | 101 ++++++++++++++++++++---------------------
arch/x86/Kconfig.debug |  29 ++++++------
2 files changed, 63 insertions(+), 67 deletions(-)
[PATCH 0/2] x86: Kconfig: Style cleanups
Posted by Juerg Haefliger 3 years, 11 months ago
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(-)

-- 
2.32.0
Re: [PATCH 0/2] x86: Kconfig: Style cleanups
Posted by Ingo Molnar 3 years, 11 months ago
* Juerg Haefliger <juerg.haefliger@canonical.com> 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