projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dad3a3
)
perf/x86/amd/ibs: Fix typo after cleanup state names in cpu/hotplug
author
Sedat Dilek
<
[email protected]
>
Mon, 26 Dec 2016 10:05:11 +0000
(11:05 +0100)
committer
Thomas Gleixner
<
[email protected]
>
Tue, 27 Dec 2016 10:42:12 +0000
(11:42 +0100)
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: 73c1b41e63f0 ("cpu/hotplug: Cleanup state names")
Signed-off-by: Sedat Dilek <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Paul Gortmaker <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/events/amd/ibs.c
patch
|
blob
|
history
diff --git
a/arch/x86/events/amd/ibs.c
b/arch/x86/events/amd/ibs.c
index 05612a2529c8bba1e9aa9131a4cabaebe96d5736..496e60391fac68e231ebac4fae9ff74ae867ffc0 100644
(file)
--- a/
arch/x86/events/amd/ibs.c
+++ b/
arch/x86/events/amd/ibs.c
@@
-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);