diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-07 12:11:24 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-10-23 03:58:34 -0400 |
commit | 838a724072d37c45d717ca38252496253d4c09bc (patch) | |
tree | 4c4d70f8b9be323f007635b250a9746f13e21238 | |
parent | d7d8d7a2405f8b6296660648e893fc3442269d81 (diff) |
mfd: sec-core: Fix indentation of Kconfig description
The indentation should be a tab followed by two spaces.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | drivers/mfd/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 0b79c5d04cc9..7ef170dc766d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -1038,10 +1038,10 @@ config MFD_SEC_CORE | |||
1038 | select REGMAP_I2C | 1038 | select REGMAP_I2C |
1039 | select REGMAP_IRQ | 1039 | select REGMAP_IRQ |
1040 | help | 1040 | help |
1041 | Support for the Samsung Electronics MFD series. | 1041 | Support for the Samsung Electronics MFD series. |
1042 | This driver provides common support for accessing the device, | 1042 | This driver provides common support for accessing the device, |
1043 | additional drivers must be enabled in order to use the functionality | 1043 | additional drivers must be enabled in order to use the functionality |
1044 | of the device | 1044 | of the device |
1045 | 1045 | ||
1046 | config MFD_SI476X_CORE | 1046 | config MFD_SI476X_CORE |
1047 | tristate "Silicon Laboratories 4761/64/68 AM/FM radio." | 1047 | tristate "Silicon Laboratories 4761/64/68 AM/FM radio." |