Skip to content

Commit a483e22

Browse files
krzksuryasaimadhu
authored andcommitted
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]
1 parent e42617b commit a483e22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/edac/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,7 @@ config EDAC_TI
491491
tristate "Texas Instruments DDR3 ECC Controller"
492492
depends on ARCH_KEYSTONE || SOC_DRA7XX
493493
help
494-
Support for error detection and correction on the
495-
TI SoCs.
494+
Support for error detection and correction on the TI SoCs.
496495

497496
config EDAC_QCOM
498497
tristate "QCOM EDAC Controller"

0 commit comments

Comments
 (0)