Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
 drivers/hwmon/Kconfig     | 40 ++++++++++++++++++++--------------------
 drivers/hwmon/occ/Kconfig | 20 ++++++++++----------
 2 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 6f929bf..0ea07fe 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -484,10 +484,10 @@ config SENSORS_F75375S
          will be called f75375s.
 
 config SENSORS_MC13783_ADC
-        tristate "Freescale MC13783/MC13892 ADC"
-        depends on MFD_MC13XXX
-        help
-          Support for the A/D converter on MC13783 and MC13892 PMIC.
+       tristate "Freescale MC13783/MC13892 ADC"
+       depends on MFD_MC13XXX
+       help
+         Support for the A/D converter on MC13783 and MC13892 PMIC.
 
 config SENSORS_FSCHMD
        tristate "Fujitsu Siemens Computers sensor chips"
@@ -1027,18 +1027,18 @@ config SENSORS_LM75
          If you say yes here you get support for one common type of
          temperature sensor chip, with models including:
 
-               - Analog Devices ADT75
-               - Dallas Semiconductor DS75, DS1775 and DS7505
-               - Global Mixed-mode Technology (GMT) G751
-               - Maxim MAX6625 and MAX6626
-               - Microchip MCP980x
-               - National Semiconductor LM75, LM75A
-               - NXP's LM75A
-               - ST Microelectronics STDS75
-               - ST Microelectronics STLM75
-               - TelCom (now Microchip) TCN75
-               - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
-                 TMP175, TMP275
+               - Analog Devices ADT75
+               - Dallas Semiconductor DS75, DS1775 and DS7505
+               - Global Mixed-mode Technology (GMT) G751
+               - Maxim MAX6625 and MAX6626
+               - Microchip MCP980x
+               - National Semiconductor LM75, LM75A
+               - NXP's LM75A
+               - ST Microelectronics STDS75
+               - ST Microelectronics STLM75
+               - TelCom (now Microchip) TCN75
+               - Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75,
+                 TMP175, TMP275
 
          This driver supports driver model based binding through board
          specific I2C device tables.
@@ -1275,10 +1275,10 @@ config SENSORS_NPCM7XX
        imply THERMAL
        help
          This driver provides support for Nuvoton NPCM750/730/715/705 PWM
-          and Fan controllers.
+         and Fan controllers.
 
-          This driver can also be built as a module. If so, the module
-          will be called npcm750-pwm-fan.
+         This driver can also be built as a module. If so, the module
+         will be called npcm750-pwm-fan.
 
 config SENSORS_NSA320
        tristate "ZyXEL NSA320 and compatible fan speed and temperature sensors"
@@ -1591,7 +1591,7 @@ config SENSORS_ADS7871
 
 config SENSORS_AMC6821
        tristate "Texas Instruments AMC6821"
-       depends on I2C 
+       depends on I2C
        help
          If you say yes here you get support for the Texas Instruments
          AMC6821 hardware monitoring chips.
diff --git a/drivers/hwmon/occ/Kconfig b/drivers/hwmon/occ/Kconfig
index 6668662..82f32c0 100644
--- a/drivers/hwmon/occ/Kconfig
+++ b/drivers/hwmon/occ/Kconfig
@@ -7,24 +7,24 @@ config SENSORS_OCC_P8_I2C
        depends on I2C
        select SENSORS_OCC
        help
-        This option enables support for monitoring sensors provided by the
-        On-Chip Controller (OCC) on a POWER8 processor. Communications with
-        the OCC are established through I2C bus.
+         This option enables support for monitoring sensors provided by the
+         On-Chip Controller (OCC) on a POWER8 processor. Communications with
+         the OCC are established through I2C bus.
 
-        This driver can also be built as a module. If so, the module will be
-        called occ-p8-hwmon.
+         This driver can also be built as a module. If so, the module will be
+         called occ-p8-hwmon.
 
 config SENSORS_OCC_P9_SBE
        tristate "POWER9 OCC through SBE"
        depends on FSI_OCC
        select SENSORS_OCC
        help
-        This option enables support for monitoring sensors provided by the
-        On-Chip Controller (OCC) on a POWER9 processor. Communications with
-        the OCC are established through SBE fifo on an FSI bus.
+         This option enables support for monitoring sensors provided by the
+         On-Chip Controller (OCC) on a POWER9 processor. Communications with
+         the OCC are established through SBE fifo on an FSI bus.
 
-        This driver can also be built as a module. If so, the module will be
-        called occ-p9-hwmon.
+         This driver can also be built as a module. If so, the module will be
+         called occ-p9-hwmon.
 
 config SENSORS_OCC
        bool "POWER On-Chip Controller"
-- 
1.9.1

Reply via email to