All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] firmware: Kconfig: fix indentions
@ 2021-01-15 19:42 Enrico Weigelt, metux IT consult
  2021-01-15 20:13 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2021-01-15 19:42 UTC (permalink / raw)
  To: linux-kernel

Make the indentions consistent with everywhere else in the kernel.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 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
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] firmware: Kconfig: fix indentions
  2021-01-15 19:42 [PATCH] firmware: Kconfig: fix indentions Enrico Weigelt, metux IT consult
@ 2021-01-15 20:13 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-01-15 20:13 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult, linux-kernel

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@metux.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@infradead.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-15 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 19:42 [PATCH] firmware: Kconfig: fix indentions Enrico Weigelt, metux IT consult
2021-01-15 20:13 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.