riscv: Kconfig.socs: Add comments
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Fri, 20 May 2022 12:02:32 +0000 (14:02 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 30 Jun 2022 23:34:23 +0000 (16:34 -0700)
Add trailing comments to endif and endmenu statements for better
readability.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220520120232.148310-4-juergh@canonical.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kconfig.socs

index 34592d00dde8c65316b7b4f7325aa7e05fc4ff21..6a4ab7fdbcc6e4d7e1ae824eaa20ef275a6a13e8 100644 (file)
@@ -79,6 +79,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"