Skip to content

Commit e14e59c

Browse files
Thomas RichterVasily Gorbik
authored andcommitted
s390/cpumf: Fix indentation in sampling device driver
Fix indentation in the s390 CPU Measuement Facility sampling device dirver. Signed-off-by: Thomas Richter <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent 932bfc5 commit e14e59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/kernel/perf_cpum_sf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ static int cpumsf_pmu_event_init(struct perf_event *event)
901901

902902
/* Check online status of the CPU to which the event is pinned */
903903
if (event->cpu >= 0 && !cpu_online(event->cpu))
904-
return -ENODEV;
904+
return -ENODEV;
905905

906906
/* Force reset of idle/hv excludes regardless of what the
907907
* user requested.

0 commit comments

Comments
 (0)