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

Juerg Haefliger posted 2 patches 3 years, 11 months ago
arch/arm64/Kconfig           | 95 ++++++++++++++++++------------------
arch/arm64/Kconfig.platforms |  2 +-
2 files changed, 48 insertions(+), 49 deletions(-)
[PATCH 0/2] arm64: 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 trailing comments to endif/endmenu statements for better
    readability.

Juerg Haefliger (2):
  arm64: Kconfig: Fix indentation and add comments
  arm64: Kconfig.platforms: Add comments

 arch/arm64/Kconfig           | 95 ++++++++++++++++++------------------
 arch/arm64/Kconfig.platforms |  2 +-
 2 files changed, 48 insertions(+), 49 deletions(-)

-- 
2.32.0
Re: [PATCH 0/2] arm64: Kconfig: Style cleanups
Posted by Catalin Marinas 3 years, 11 months ago
On Tue, 17 May 2022 16:16:46 +0200, Juerg Haefliger 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 trailing comments to endif/endmenu statements for better
>     readability.
> 
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/2] arm64: Kconfig: Fix indentation and add comments
      https://git.kernel.org/arm64/c/3cb7e662a930
[2/2] arm64: Kconfig.platforms: Add comments
      https://git.kernel.org/arm64/c/aea3cb356c96

-- 
Catalin