Skip to content

Commit e27da6a

Browse files
krzkgregkh
authored andcommitted
interconnect: qcom: 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 <[email protected]> Signed-off-by: Georgi Djakov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 702600e commit e27da6a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/interconnect/qcom/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ config INTERCONNECT_QCOM
66
Support for Qualcomm's Network-on-Chip interconnect hardware.
77

88
config INTERCONNECT_QCOM_MSM8974
9-
tristate "Qualcomm MSM8974 interconnect driver"
10-
depends on INTERCONNECT_QCOM
11-
depends on QCOM_SMD_RPM
12-
select INTERCONNECT_QCOM_SMD_RPM
13-
help
14-
This is a driver for the Qualcomm Network-on-Chip on msm8974-based
15-
platforms.
9+
tristate "Qualcomm MSM8974 interconnect driver"
10+
depends on INTERCONNECT_QCOM
11+
depends on QCOM_SMD_RPM
12+
select INTERCONNECT_QCOM_SMD_RPM
13+
help
14+
This is a driver for the Qualcomm Network-on-Chip on msm8974-based
15+
platforms.
1616

1717
config INTERCONNECT_QCOM_QCS404
1818
tristate "Qualcomm QCS404 interconnect driver"

0 commit comments

Comments
 (0)