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, replace single quotes with double quotes, add missing endif comments and squeeze multiple empty lines. Juerg Haefliger (3): m68k: Kconfig.cpu: Fix indentation and add endif comments m68k: Kconfig.debug: Replace single quotes m68k: Kconfig.machine: Add endif comment arch/m68k/Kconfig.cpu | 7 +++---- arch/m68k/Kconfig.debug | 6 +++--- arch/m68k/Kconfig.machine | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) -- 2.32.0