Skip to content

Commit 108ea7e

Browse files
juerghingomolnar
authored andcommitted
perf/x86/Kconfig: Fix indentation in the Kconfig file
The convention for indentation seems to be a single tab. Help text is further indented by an additional two whitespaces. Fix the lines that violate these rules. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20220525133949.53730-1-juerg.haefliger@canonical.com
1 parent 6f3f04c commit 108ea7e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/x86/events/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ config PERF_EVENTS_INTEL_UNCORE
66
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
77
default y
88
help
9-
Include support for Intel uncore performance events. These are
10-
available on NehalemEX and more modern processors.
9+
Include support for Intel uncore performance events. These are
10+
available on NehalemEX and more modern processors.
1111

1212
config PERF_EVENTS_INTEL_RAPL
1313
tristate "Intel/AMD rapl performance events"
1414
depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI
1515
default y
1616
help
17-
Include support for Intel and AMD rapl performance events for power
18-
monitoring on modern processors.
17+
Include support for Intel and AMD rapl performance events for power
18+
monitoring on modern processors.
1919

2020
config PERF_EVENTS_INTEL_CSTATE
2121
tristate "Intel cstate performance events"
2222
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
2323
default y
2424
help
25-
Include support for Intel cstate performance events for power
26-
monitoring on modern processors.
25+
Include support for Intel cstate performance events for power
26+
monitoring on modern processors.
2727

2828
config PERF_EVENTS_AMD_POWER
2929
depends on PERF_EVENTS && CPU_SUP_AMD

0 commit comments

Comments
 (0)