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

From: Heiko Carstens
Date: Mon May 23 2022 - 05:39:54 EST


On Fri, May 20, 2022 at 01:57:06PM +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.
>
> Juerg Haefliger (2):
> s390: Kconfig: Fix indentation and add comments
> s390: Kconfig.debug: Fix indentation
>
> arch/s390/Kconfig | 20 ++++++++++----------
> arch/s390/Kconfig.debug | 12 ++++++------
> 2 files changed, 16 insertions(+), 16 deletions(-)

Both applied (v2 for the first patch). Thanks!