diff options
author | 2023-01-11 09:15:33 +0100 | |
---|---|---|
committer | 2023-01-24 18:09:12 -0800 | |
commit | 451fb217cdca0ead3f396f00f8da331401344950 (patch) | |
tree | 27dbe27025dfbd8df744c2be11bf31ce059f95b3 | |
parent | riscv: pgtable: Fixup comment for KERN_VIRT_SIZE (diff) | |
download | wireguard-linux-451fb217cdca0ead3f396f00f8da331401344950.tar.xz wireguard-linux-451fb217cdca0ead3f396f00f8da331401344950.zip |
RISC-V: Kconfig: Remove trailing whitespace
Remove trailing whitespace that hurts my eyes.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/080aa959266ad842a8e7efca7111f1350c6a065a.1673424858.git.geert+renesas@glider.be
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | arch/riscv/Kconfig.socs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index d36a5f39f13a..659140309157 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -34,7 +34,7 @@ config SOC_STARFIVE config ARCH_VIRT def_bool SOC_VIRT - + config SOC_VIRT bool "QEMU Virt Machine" select CLINT_TIMER if RISCV_M_MODE |