Skip to content

Commit 656b4e6

Browse files
krzkrafaeljw
authored andcommitted
cpuidle: 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 5aa9ba6 commit 656b4e6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

drivers/cpuidle/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config CPU_IDLE
1616
if CPU_IDLE
1717

1818
config CPU_IDLE_MULTIPLE_DRIVERS
19-
bool
19+
bool
2020

2121
config CPU_IDLE_GOV_LADDER
2222
bool "Ladder governor (for periodic timer tick)"
@@ -63,13 +63,13 @@ source "drivers/cpuidle/Kconfig.powerpc"
6363
endmenu
6464

6565
config HALTPOLL_CPUIDLE
66-
tristate "Halt poll cpuidle driver"
67-
depends on X86 && KVM_GUEST
68-
default y
69-
help
70-
This option enables halt poll cpuidle driver, which allows to poll
71-
before halting in the guest (more efficient than polling in the
72-
host via halt_poll_ns for some scenarios).
66+
tristate "Halt poll cpuidle driver"
67+
depends on X86 && KVM_GUEST
68+
default y
69+
help
70+
This option enables halt poll cpuidle driver, which allows to poll
71+
before halting in the guest (more efficient than polling in the
72+
host via halt_poll_ns for some scenarios).
7373

7474
endif
7575

drivers/cpuidle/Kconfig.arm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# ARM CPU Idle drivers
44
#
55
config ARM_CPUIDLE
6-
bool "Generic ARM/ARM64 CPU idle Driver"
7-
select DT_IDLE_STATES
6+
bool "Generic ARM/ARM64 CPU idle Driver"
7+
select DT_IDLE_STATES
88
select CPU_IDLE_MULTIPLE_DRIVERS
9-
help
10-
Select this to enable generic cpuidle driver for ARM.
11-
It provides a generic idle driver whose idle states are configured
12-
at run-time through DT nodes. The CPUidle suspend backend is
13-
initialized by calling the CPU operations init idle hook
14-
provided by architecture code.
9+
help
10+
Select this to enable generic cpuidle driver for ARM.
11+
It provides a generic idle driver whose idle states are configured
12+
at run-time through DT nodes. The CPUidle suspend backend is
13+
initialized by calling the CPU operations init idle hook
14+
provided by architecture code.
1515

1616
config ARM_PSCI_CPUIDLE
1717
bool "PSCI CPU idle Driver"

0 commit comments

Comments
 (0)