Skip to content

Commit feb1740

Browse files
krzkrafaeljw
authored andcommitted
ACPI: Fix Kconfig indentation
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6e9f879 commit feb1740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/acpi/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ config ACPI_PROCFS_POWER
104104
depends on X86 && PROC_FS
105105
help
106106
For backwards compatibility, this option allows
107-
deprecated power /proc/acpi/ directories to exist, even when
108-
they have been replaced by functions in /sys.
109-
The deprecated directories (and their replacements) include:
107+
deprecated power /proc/acpi/ directories to exist, even when
108+
they have been replaced by functions in /sys.
109+
The deprecated directories (and their replacements) include:
110110
/proc/acpi/battery/* (/sys/class/power_supply/*) and
111111
/proc/acpi/ac_adapter/* (sys/class/power_supply/*).
112112
This option has no effect on /proc/acpi/ directories
@@ -448,7 +448,7 @@ config ACPI_CUSTOM_METHOD
448448
config ACPI_BGRT
449449
bool "Boottime Graphics Resource Table support"
450450
depends on EFI && (X86 || ARM64)
451-
help
451+
help
452452
This driver adds support for exposing the ACPI Boottime Graphics
453453
Resource Table, which allows the operating system to obtain
454454
data from the firmware boot splash. It will appear under

0 commit comments

Comments
 (0)