Message ID | 20191120134153.15418-1-krzk@kernel.org (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
Series | hwmon: Fix Kconfig indentation | expand |
On 11/20/19 5:41 AM, Krzysztof Kozlowski wrote: > 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> Quite frankly I'd rather not have to deal with such cosmetic changes. Guenter > --- > drivers/hwmon/Kconfig | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > index 2b73d5fc7966..1dc4f1226496 100644 > --- a/drivers/hwmon/Kconfig > +++ b/drivers/hwmon/Kconfig > @@ -495,10 +495,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" > @@ -1314,10 +1314,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" >
On Fri, 22 Nov 2019 at 13:52, Guenter Roeck <linux@roeck-us.net> wrote: > > On 11/20/19 5:41 AM, Krzysztof Kozlowski wrote: > > 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> > > Quite frankly I'd rather not have to deal with such cosmetic changes. I understand, let's skip it then. Best regards, Krzysztof
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 2b73d5fc7966..1dc4f1226496 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -495,10 +495,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" @@ -1314,10 +1314,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"
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/hwmon/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)