Skip to content

Commit cde10f8

Browse files
krzkrafaeljw
authored andcommitted
cpufreq: 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]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 46770be commit cde10f8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

drivers/cpufreq/Kconfig.powerpc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ config PPC_PASEMI_CPUFREQ
4848
PWRficient processors.
4949

5050
config POWERNV_CPUFREQ
51-
tristate "CPU frequency scaling for IBM POWERNV platform"
52-
depends on PPC_POWERNV
53-
default y
54-
help
51+
tristate "CPU frequency scaling for IBM POWERNV platform"
52+
depends on PPC_POWERNV
53+
default y
54+
help
5555
This adds support for CPU frequency switching on IBM POWERNV
5656
platform

drivers/cpufreq/Kconfig.x86

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55

66
config X86_INTEL_PSTATE
7-
bool "Intel P state control"
8-
depends on X86
9-
select ACPI_PROCESSOR if ACPI
10-
select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO
11-
help
12-
This driver provides a P state for Intel core processors.
7+
bool "Intel P state control"
8+
depends on X86
9+
select ACPI_PROCESSOR if ACPI
10+
select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO
11+
help
12+
This driver provides a P state for Intel core processors.
1313
The driver implements an internal governor and will become
14-
the scaling driver and governor for Sandy bridge processors.
14+
the scaling driver and governor for Sandy bridge processors.
1515

1616
When this driver is enabled it will become the preferred
17-
scaling driver for Sandy bridge processors.
17+
scaling driver for Sandy bridge processors.
1818

1919
If in doubt, say N.
2020

0 commit comments

Comments
 (0)