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]
Message-ID: <38a148d8-8390-bd08-7caf-69d505387169@infradead.org>
Date:   Fri, 15 Jan 2021 12:13:58 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "Enrico Weigelt, metux IT consult" <info@...ux.net>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] firmware: Kconfig: fix indentions

On 1/15/21 11:42 AM, Enrico Weigelt, metux IT consult wrote:
> Make the indentions consistent with everywhere else in the kernel.
> 
> Signed-off-by: Enrico Weigelt, metux IT consult <info@...ux.net>

LGTM. Thanks.

But you need to send it To: or Cc: some maintainer(s).
They don't generally graze on lkml for patches.

Reviewed-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  drivers/firmware/Kconfig | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index 3f14dffb9669..490931b800ee 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -86,8 +86,8 @@ config EDD
>  	  BIOS tries boot from.  This information is then exported via sysfs.
>  
>  	  This option is experimental and is known to fail to boot on some
> -          obscure configurations. Most disk controller BIOS vendors do
> -          not yet implement this feature.
> +	  obscure configurations. Most disk controller BIOS vendors do
> +	  not yet implement this feature.
>  
>  config EDD_OFF
>  	bool "Sets default behavior for EDD detection to off"
> @@ -99,14 +99,14 @@ config EDD_OFF
>  	  using the kernel parameter 'edd={on|skipmbr|off}'.
>  
>  config FIRMWARE_MEMMAP
> -    bool "Add firmware-provided memory map to sysfs" if EXPERT
> -    default X86
> -    help
> -      Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
> -      That memory map is used for example by kexec to set up parameter area
> -      for the next kernel, but can also be used for debugging purposes.
> +	bool "Add firmware-provided memory map to sysfs" if EXPERT
> +	default X86
> +	help
> +	  Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
> +	  That memory map is used for example by kexec to set up parameter area
> +	  for the next kernel, but can also be used for debugging purposes.
>  
> -      See also Documentation/ABI/testing/sysfs-firmware-memmap.
> +	  See also Documentation/ABI/testing/sysfs-firmware-memmap.
>  
>  config EFI_PCDP
>  	bool "Console device selection via EFI PCDP or HCDP table"
> @@ -133,9 +133,9 @@ config EFI_PCDP
>  	  <http://www.dig64.org/specifications/> 
>  
>  config DMIID
> -    bool "Export DMI identification via sysfs to userspace"
> -    depends on DMI
> -    default y
> +	bool "Export DMI identification via sysfs to userspace"
> +	depends on DMI
> +	default y
>  	help
>  	  Say Y here if you want to query SMBIOS/DMI system identification
>  	  information from userspace through /sys/class/dmi/id/ or if you want
> @@ -170,7 +170,7 @@ config ISCSI_IBFT
>  	select ISCSI_BOOT_SYSFS
>  	select ISCSI_IBFT_FIND if X86
>  	depends on ACPI && SCSI && SCSI_LOWLEVEL
> -	default	n
> +	default n
>  	help
>  	  This option enables support for detection and exposing of iSCSI
>  	  Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to
> 


-- 
~Randy
You can't do anything without having to do something else first.
-- Belefant's Law

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ