diff mbox series

riscv: Fix Kconfig indentation

Message ID 20191120133703.11956-1-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series riscv: Fix Kconfig indentation | expand

Commit Message

Krzysztof Kozlowski Nov. 20, 2019, 1:37 p.m. UTC
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/riscv/Kconfig.socs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Palmer Dabbelt Nov. 21, 2019, 6:18 p.m. UTC | #1
On Wed, 20 Nov 2019 05:37:03 PST (-0800), krzk@kernel.org wrote:
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> 	$ sed -e 's/^        /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/riscv/Kconfig.socs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
> index 536c0ef4aee8..85199004c6ef 100644
> --- a/arch/riscv/Kconfig.socs
> +++ b/arch/riscv/Kconfig.socs
> @@ -8,6 +8,6 @@ config SOC_SIFIVE
>         select CLK_SIFIVE_FU540_PRCI
>         select SIFIVE_PLIC
>         help
> -         This enables support for SiFive SoC platform hardware.
> +	 This enables support for SiFive SoC platform hardware.
>
>  endmenu

Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com>

Thanks!
diff mbox series

Patch

diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index 536c0ef4aee8..85199004c6ef 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -8,6 +8,6 @@  config SOC_SIFIVE
        select CLK_SIFIVE_FU540_PRCI
        select SIFIVE_PLIC
        help
-         This enables support for SiFive SoC platform hardware.
+	 This enables support for SiFive SoC platform hardware.
 
 endmenu