diff options
| author | Krzysztof Kozlowski <[email protected]> | 2019-11-20 21:42:06 +0800 |
|---|---|---|
| committer | Borislav Petkov <[email protected]> | 2019-12-09 19:07:40 +0100 |
| commit | a483e22791d6be648a0bb2fd16abbe4240e9776a (patch) | |
| tree | 8b4ecf34101167d91ac1547bbaed0239ac68589d | |
| parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
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 <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: James Morse <[email protected]>
Cc: linux-edac <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Tony Luck <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
| -rw-r--r-- | drivers/edac/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 417dad635526..37027c298323 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" |