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] [day] [month] [year] [list]
Date:   Fri, 29 Nov 2019 12:24:02 +0100
From:   "Rafael J. Wysocki" <rjw@...ysocki.net>
To:     Krzysztof Kozlowski <krzk@...nel.org>
Cc:     linux-kernel@...r.kernel.org, Len Brown <lenb@...nel.org>,
        linux-acpi@...r.kernel.org
Subject: Re: [PATCH] acpi: Fix Kconfig indentation

On Wednesday, November 20, 2019 2:43:10 PM CET 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>
> ---
>  drivers/acpi/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 4fb97511a16f..002838d23b86 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -104,9 +104,9 @@ config ACPI_PROCFS_POWER
>  	depends on X86 && PROC_FS
>  	help
>  	  For backwards compatibility, this option allows
> -          deprecated power /proc/acpi/ directories to exist, even when
> -          they have been replaced by functions in /sys.
> -          The deprecated directories (and their replacements) include:
> +	  deprecated power /proc/acpi/ directories to exist, even when
> +	  they have been replaced by functions in /sys.
> +	  The deprecated directories (and their replacements) include:
>  	  /proc/acpi/battery/* (/sys/class/power_supply/*) and
>  	  /proc/acpi/ac_adapter/* (sys/class/power_supply/*).
>  	  This option has no effect on /proc/acpi/ directories
> @@ -448,7 +448,7 @@ config ACPI_CUSTOM_METHOD
>  config ACPI_BGRT
>  	bool "Boottime Graphics Resource Table support"
>  	depends on EFI && (X86 || ARM64)
> -        help
> +	help
>  	  This driver adds support for exposing the ACPI Boottime Graphics
>  	  Resource Table, which allows the operating system to obtain
>  	  data from the firmware boot splash. It will appear under
> 

Applying as 5.5 material with a slightly modified subject, thanks!



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ