[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191120134206.15588-1-krzk@kernel.org>
Date: Wed, 20 Nov 2019 21:42:06 +0800
From: Krzysztof Kozlowski <krzk@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Borislav Petkov <bp@...en8.de>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Tony Luck <tony.luck@...el.com>,
James Morse <james.morse@....com>,
Robert Richter <rrichter@...vell.com>,
linux-edac@...r.kernel.org
Subject: [PATCH] edac: Fix Kconfig indentation
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@...nel.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"
--
2.17.1
Powered by blists - more mailing lists