lkml.org 
[lkml]   [2023]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] firmware: fix indentation of config attributes
Date
From: Prasad Pandit <pjp@fedoraproject.org>

Fix indentation of config attributes. They are generally
indented with a leading tab(\t) character, so use the same instead
of spaces.

Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
---
drivers/firmware/Kconfig | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index b59e3041fd62..82ae68b13381 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -55,8 +55,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"
@@ -68,14 +68,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"
@@ -99,12 +99,12 @@ config EFI_PCDP
You must also enable the appropriate drivers (serial, VGA, etc.)

See DIG64_HCDPv20_042804.pdf available from
- <http://www.dig64.org/specifications/>
+ <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
--
2.41.0
\
 
 \ /
  Last update: 2023-10-23 09:37    [W:0.044 / U:2.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site