mbox series

[0/2] arm64: Kconfig: Style cleanups

Message ID 20220517141648.331976-1-juergh@canonical.com (mailing list archive)
Headers show
Series arm64: Kconfig: Style cleanups | expand

Message

Juerg Haefliger May 17, 2022, 2:16 p.m. UTC
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(-)

Comments

Catalin Marinas May 18, 2022, 1:53 p.m. UTC | #1
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