lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 21 Nov 2019 21:52:24 -0800
From:   Guenter Roeck <linux@...ck-us.net>
To:     Krzysztof Kozlowski <krzk@...nel.org>, linux-kernel@...r.kernel.org
Cc:     Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org
Subject: Re: [PATCH] hwmon: Fix Kconfig indentation

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@...nel.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"
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ