From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:42:06 +0000 (+0800) Subject: EDAC/Kconfig: Fix Kconfig indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a483e22791d6be648a0bb2fd16abbe4240e9776a;p=linux.git EDAC/Kconfig: Fix Kconfig indentation Adjust indentation from spaces to tab (+optional two spaces) as in coding style with a command like: $ sed -e 's/^ /\t/' -i */Kconfig [ bp: make it a single line. ] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Borislav Petkov Cc: James Morse Cc: linux-edac Cc: Mauro Carvalho Chehab Cc: Robert Richter Cc: Tony Luck Link: https://lkml.kernel.org/r/20191120134206.15588-1-krzk@kernel.org --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 417dad6355268..37027c298323b 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -491,8 +491,7 @@ config EDAC_TI tristate "Texas Instruments DDR3 ECC Controller" depends on ARCH_KEYSTONE || SOC_DRA7XX help - Support for error detection and correction on the - TI SoCs. + Support for error detection and correction on the TI SoCs. config EDAC_QCOM tristate "QCOM EDAC Controller"