Skip to content

Commit 7d24464

Browse files
intel-lab-lkphcahca
authored andcommitted
s390/cpumf: fix semicolon.cocci warnings
arch/s390/kernel/perf_cpum_cf.c:748:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: a029a4e ("s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility") CC: Thomas Richter <tmricht@linux.ibm.com> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: kernel test robot <lkp@intel.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 463f36c commit 7d24464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/kernel/perf_cpum_cf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ static int __init cpumf_pmu_init(void)
745745
if (!cf_dbg) {
746746
pr_err("Registration of s390dbf(cpum_cf) failed\n");
747747
return -ENOMEM;
748-
};
748+
}
749749
debug_register_view(cf_dbg, &debug_sprintf_view);
750750

751751
cpumf_pmu.attr_groups = cpumf_cf_event_group();

0 commit comments

Comments
 (0)