diff options
author | Juerg Haefliger <juerg.haefliger@canonical.com> | 2022-05-25 15:39:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2022-05-25 15:54:26 +0200 |
commit | 108ea7eb3e754be735a1c33d2713a19527fb2065 (patch) | |
tree | b488cc64b5d5eac6b6121a1fe6ede6df3a21f6e1 | |
parent | 6f3f04c19074972ea12edeed23b07a32894e9e03 (diff) | |
download | linux-stable-108ea7eb3e754be735a1c33d2713a19527fb2065.tar.gz linux-stable-108ea7eb3e754be735a1c33d2713a19527fb2065.tar.bz2 linux-stable-108ea7eb3e754be735a1c33d2713a19527fb2065.zip |
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
-rw-r--r-- | arch/x86/events/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/events/Kconfig b/arch/x86/events/Kconfig index 09c56965750a..dabdf3d7bf84 100644 --- a/arch/x86/events/Kconfig +++ b/arch/x86/events/Kconfig @@ -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 |