The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: Kconfig: Style cleanups
@ 2022-05-25 13:32 Juerg Haefliger
  2022-05-25 13:32 ` [PATCH 1/2] x86: Kconfig: Fix indentation and add endif comments Juerg Haefliger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Juerg Haefliger @ 2022-05-25 13:32 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86, hpa; +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 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


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

end of thread, other threads:[~2022-05-25 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25 13:32 [PATCH 0/2] x86: Kconfig: Style cleanups Juerg Haefliger
2022-05-25 13:32 ` [PATCH 1/2] x86: Kconfig: Fix indentation and add endif comments Juerg Haefliger
2022-05-25 13:43   ` [tip: x86/cleanups] x86/Kconfig: Fix indentation and add endif comments to arch/x86/Kconfig tip-bot2 for Juerg Haefliger
2022-05-25 13:32 ` [PATCH 2/2] x86: Kconfig.debug: Fix indentation Juerg Haefliger
2022-05-25 13:43   ` [tip: x86/cleanups] x86/Kconfig: Fix indentation of arch/x86/Kconfig.debug tip-bot2 for Juerg Haefliger
2022-05-25 13:38 ` [PATCH 0/2] x86: Kconfig: Style cleanups Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox