All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: Kconfig: Style cleanups
@ 2022-05-17 14:14 ` Juerg Haefliger
  0 siblings, 0 replies; 12+ messages in thread
From: Juerg Haefliger @ 2022-05-17 14:14 UTC (permalink / raw)
  To: linux, linux-arm-kernel; +Cc: linux-kernel, Juerg Haefliger

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.
  - CLeanup some stray/extra/erronous tabs and/or single quotes
    and/or whitespaces.

Juerg Haefliger (3):
  ARM: Kconfig: Fix indentation and add comments
  ARM: Kconfig-nommu: Fix indentation and quotes
  ARM: Kconfig.debug: Fix indentation

 arch/arm/Kconfig       | 38 +++++++++++++++++++-------------------
 arch/arm/Kconfig-nommu | 34 +++++++++++++++++-----------------
 arch/arm/Kconfig.debug | 35 +++++++++++++++++------------------
 3 files changed, 53 insertions(+), 54 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-05-18  6:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 14:14 [PATCH 0/3] ARM: Kconfig: Style cleanups Juerg Haefliger
2022-05-17 14:14 ` Juerg Haefliger
2022-05-17 14:14 ` [PATCH 1/3] ARM: Kconfig: Fix indentation and add comments Juerg Haefliger
2022-05-17 14:14   ` Juerg Haefliger
2022-05-17 14:33   ` Russell King (Oracle)
2022-05-17 14:33     ` Russell King (Oracle)
2022-05-18  6:43     ` [PATCH v2 1/3] ARM: Kconfig: Fix indentation Juerg Haefliger
2022-05-18  6:43       ` Juerg Haefliger
2022-05-17 14:14 ` [PATCH 2/3] ARM: Kconfig-nommu: Fix indentation and quotes Juerg Haefliger
2022-05-17 14:14   ` Juerg Haefliger
2022-05-17 14:14 ` [PATCH 3/3] ARM: Kconfig.debug: Fix indentation Juerg Haefliger
2022-05-17 14:14   ` Juerg Haefliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.