aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2019-09-24 09:31:13 +0200
committerVasily Gorbik <gor@linux.ibm.com>2019-10-01 09:41:36 +0200
commite14e59c125f6d81c08f2c598eb17ada3fc3ba21f (patch)
tree1076fbd27bc8dfa36af19f6322083ab51ee56b11
parents390/cpumsf: Check for CPU Measurement sampling (diff)
downloadlinux-dev-e14e59c125f6d81c08f2c598eb17ada3fc3ba21f.tar.xz
linux-dev-e14e59c125f6d81c08f2c598eb17ada3fc3ba21f.zip
s390/cpumf: Fix indentation in sampling device driver
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>
Diffstat (limited to '')
-rw-r--r--arch/s390/kernel/perf_cpum_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/perf_cpum_sf.c b/arch/s390/kernel/perf_cpum_sf.c
index 2421f0b62630..3d8b12a9a6ff 100644
--- 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.