]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
EDAC/Kconfig: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:42:06 +0000 (21:42 +0800)
committerBorislav Petkov <bp@suse.de>
Mon, 9 Dec 2019 18:07:40 +0000 (19:07 +0100)
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 <krzk@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: James Morse <james.morse@arm.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Robert Richter <rrichter@marvell.com>
Cc: Tony Luck <tony.luck@intel.com>
Link: https://lkml.kernel.org/r/20191120134206.15588-1-krzk@kernel.org
drivers/edac/Kconfig

index 417dad6355268934383074c1759154535d114a33..37027c298323b56b6bcc87b8a3b895c14ac90e04 100644 (file)
@@ -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"