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:
932bfc5
)
s390/cpumf: Fix indentation in sampling device driver
author
Thomas Richter
<tmricht@linux.ibm.com>
Tue, 24 Sep 2019 07:31:13 +0000
(09:31 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Tue, 1 Oct 2019 07:41:36 +0000
(09:41 +0200)
Fix indentation in the s390 CPU Measuement Facility
sampling device dirver.
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/perf_cpum_sf.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/perf_cpum_sf.c
b/arch/s390/kernel/perf_cpum_sf.c
index 2421f0b62630aa4b333cc7c446f621568253d897..3d8b12a9a6ff44a4588ae52db2668222c2861fd2 100644
(file)
--- a/
arch/s390/kernel/perf_cpum_sf.c
+++ b/
arch/s390/kernel/perf_cpum_sf.c
@@
-901,7
+901,7
@@
static int cpumsf_pmu_event_init(struct perf_event *event)
/* Check online status of the CPU to which the event is pinned */
if (event->cpu >= 0 && !cpu_online(event->cpu))
-
return -ENODEV;
+ return -ENODEV;
/* Force reset of idle/hv excludes regardless of what the
* user requested.