diff options
author | Palmer Dabbelt | 2022-06-30 19:18:51 -0700 |
---|---|---|
committer | Palmer Dabbelt | 2022-06-30 19:26:16 -0700 |
commit | 54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5 (patch) | |
tree | 72b6a6e7674211a58ed4dde3d9448d12ca9764e2 /arch/riscv/Kconfig.socs | |
parent | bb356ddb78b257f0807affb86306c5002f803024 (diff) | |
parent | ca503bb2902296a14141a7e3e4416333b2e0e447 (diff) |
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.socs')
-rw-r--r-- | arch/riscv/Kconfig.socs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 85670dc9fe95..69774bb362d6 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -78,6 +78,6 @@ config SOC_CANAAN_K210_DTB_SOURCE for the DTS file that will be used to produce the DTB linked into the kernel. -endif +endif # SOC_CANAAN -endmenu +endmenu # "SoC selection" |