diff mbox series

edac: Fix Kconfig indentation

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

Commit Message

Krzysztof Kozlowski Nov. 20, 2019, 1:42 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>
---
 drivers/edac/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Borislav Petkov Dec. 9, 2019, 6:14 p.m. UTC | #1
On Wed, Nov 20, 2019 at 09:42:06PM +0800, Krzysztof Kozlowski 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>
> ---
>  drivers/edac/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index 417dad635526..c49f6bc39716 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -492,7 +492,7 @@ config EDAC_TI
>  	depends on ARCH_KEYSTONE || SOC_DRA7XX
>  	help
>  	  Support for error detection and correction on the
> -          TI SoCs.
> +	  TI SoCs.
>  
>  config EDAC_QCOM
>  	tristate "QCOM EDAC Controller"
> -- 

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 417dad635526..c49f6bc39716 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -492,7 +492,7 @@  config EDAC_TI
 	depends on ARCH_KEYSTONE || SOC_DRA7XX
 	help
 	  Support for error detection and correction on the
-          TI SoCs.
+	  TI SoCs.
 
 config EDAC_QCOM
 	tristate "QCOM EDAC Controller"