public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/cpumf: fix semicolon.cocci warnings
       [not found] <202107191217.k6Ejp4Bd-lkp@intel.com>
@ 2021-07-19  4:41 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-19  4:41 UTC (permalink / raw)
  To: Thomas Richter
  Cc: kbuild-all, linux-kernel, Vasily Gorbik, Sumanth Korikkar,
	Heiko Carstens, Christian Borntraeger, Jiapeng Chong, linux-s390

From: kernel test robot <lkp@intel.com>

arch/s390/kernel/perf_cpum_cf.c:748:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: a029a4eab39e ("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>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   2734d6c1b1a089fb593ef6a23d4b70903526fe0c
commit: a029a4eab39e4bf542907a3263773fce3d48c983 s390/cpumf: Allow concurrent access for CPU Measurement Counter Facility
:::::: branch date: 7 hours ago
:::::: commit date: 2 weeks ago

 perf_cpum_cf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/s390/kernel/perf_cpum_cf.c
+++ b/arch/s390/kernel/perf_cpum_cf.c
@@ -745,7 +745,7 @@ static int __init cpumf_pmu_init(void)
 	if (!cf_dbg) {
 		pr_err("Registration of s390dbf(cpum_cf) failed\n");
 		return -ENOMEM;
-	};
+	}
 	debug_register_view(cf_dbg, &debug_sprintf_view);
 
 	cpumf_pmu.attr_groups = cpumf_cf_event_group();

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-19  4:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <202107191217.k6Ejp4Bd-lkp@intel.com>
2021-07-19  4:41 ` [PATCH] s390/cpumf: fix semicolon.cocci warnings kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox