]> Git Repo - J-linux.git/commitdiff
perf/x86/Kconfig: Fix indentation in the Kconfig file
authorJuerg Haefliger <[email protected]>
Wed, 25 May 2022 13:39:49 +0000 (15:39 +0200)
committerIngo Molnar <[email protected]>
Wed, 25 May 2022 13:54:26 +0000 (15:54 +0200)
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/events/Kconfig

index 09c56965750ae0127423b2a505d203d0fec7675d..dabdf3d7bf84b6a4e0e8a7475e063d6606237d3b 100644 (file)
@@ -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
This page took 0.052411 seconds and 4 git commands to generate.