Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e164ce4 authored by Sedat Dilek's avatar Sedat Dilek Committed by Thomas Gleixner
Browse files

perf/x86/amd/ibs: Fix typo after cleanup state names in cpu/hotplug



Fix a small typo after cleanup state names in cpu/hotplug.
The new convention is 'subsys/xxx/yyy:state' where "state" here is called
"starting" not "STARTING".

Fixes: 73c1b41e ("cpu/hotplug: Cleanup state names")
Signed-off-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Borislav Petkov <bp@suse.de>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: http://lkml.kernel.org/r/20161226100511.8662-1-sedat.dilek@gmail.com


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0dad3a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1010,7 +1010,7 @@ static __init int amd_ibs_init(void)
	 * all online cpus.
	 */
	cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_IBS_STARTING,
			  "perf/x86/amd/ibs:STARTING",
			  "perf/x86/amd/ibs:starting",
			  x86_pmu_amd_ibs_starting_cpu,
			  x86_pmu_amd_ibs_dying_cpu);