Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 7e164ce

Browse files
dileksKAGA-KOKO
authored andcommitted
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: 73c1b41 ("cpu/hotplug: Cleanup state names") Signed-off-by: Sedat 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: Thomas Gleixner <tglx@linutronix.de>
1 parent 0dad3a3 commit 7e164ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/events/amd/ibs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ static __init int amd_ibs_init(void)
10101010
* all online cpus.
10111011
*/
10121012
cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_IBS_STARTING,
1013-
"perf/x86/amd/ibs:STARTING",
1013+
"perf/x86/amd/ibs:starting",
10141014
x86_pmu_amd_ibs_starting_cpu,
10151015
x86_pmu_amd_ibs_dying_cpu);
10161016

0 commit comments

Comments
 (0)