Skip to content

Commit

Permalink
perf/x86/Kconfig: Fix indentation in the Kconfig file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
juergh authored and Ingo Molnar committed May 25, 2022
1 parent 6f3f04c commit 108ea7e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/x86/events/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ config PERF_EVENTS_INTEL_UNCORE
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
default y
help
Include support for Intel uncore performance events. These are
available on NehalemEX and more modern processors.
Include support for Intel uncore performance events. These are
available on NehalemEX and more modern processors.

config PERF_EVENTS_INTEL_RAPL
tristate "Intel/AMD rapl performance events"
depends on PERF_EVENTS && (CPU_SUP_INTEL || CPU_SUP_AMD) && PCI
default y
help
Include support for Intel and AMD rapl performance events for power
monitoring on modern processors.
Include support for Intel and AMD rapl performance events for power
monitoring on modern processors.

config PERF_EVENTS_INTEL_CSTATE
tristate "Intel cstate performance events"
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
default y
help
Include support for Intel cstate performance events for power
monitoring on modern processors.
Include support for Intel cstate performance events for power
monitoring on modern processors.

config PERF_EVENTS_AMD_POWER
depends on PERF_EVENTS && CPU_SUP_AMD
Expand Down

0 comments on commit 108ea7e

Please sign in to comment.