diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-07-01 04:18:51 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-07-01 04:26:16 +0200 |
commit | 54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5 (patch) | |
tree | 72b6a6e7674211a58ed4dde3d9448d12ca9764e2 /arch/riscv/Kconfig.erratas | |
parent | RISC-V: PCI: Avoid handing out address 0 to devices (diff) | |
parent | riscv: Kconfig.socs: Add comments (diff) | |
download | linux-54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5.tar.xz linux-54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5.zip |
riscv: Kconfig: Style cleanups
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.
* 'riscv-kconfig_cleanups' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/palmer/linux:
riscv: Kconfig.socs: Add comments
riscv: Kconfig.erratas: Add comments
riscv: Kconfig: Fix indentation and add comments
Diffstat (limited to 'arch/riscv/Kconfig.erratas')
-rw-r--r-- | arch/riscv/Kconfig.erratas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig.erratas b/arch/riscv/Kconfig.erratas index 457ac72c9b36..f62b62807e85 100644 --- a/arch/riscv/Kconfig.erratas +++ b/arch/riscv/Kconfig.erratas @@ -55,4 +55,4 @@ config ERRATA_THEAD_PBMT If you don't know what to do here, say "Y". -endmenu +endmenu # "CPU errata selection" |