diff mbox series

interconnect: qcom: Fix Kconfig indentation

Message ID 20191120133307.6421-1-krzk@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series interconnect: qcom: Fix Kconfig indentation | expand

Commit Message

Krzysztof Kozlowski Nov. 20, 2019, 1:33 p.m. UTC
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@kernel.org>
---
 drivers/interconnect/qcom/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/interconnect/qcom/Kconfig b/drivers/interconnect/qcom/Kconfig
index c49afbea3458..b6735f11438c 100644
--- a/drivers/interconnect/qcom/Kconfig
+++ b/drivers/interconnect/qcom/Kconfig
@@ -11,8 +11,8 @@  config INTERCONNECT_QCOM_MSM8974
        depends on QCOM_SMD_RPM
        select INTERCONNECT_QCOM_SMD_RPM
        help
-         This is a driver for the Qualcomm Network-on-Chip on msm8974-based
-         platforms.
+	 This is a driver for the Qualcomm Network-on-Chip on msm8974-based
+	 platforms.
 
 config INTERCONNECT_QCOM_QCS404
 	tristate "Qualcomm QCS404 interconnect driver"