All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-linux-intel-lts:5.4/preempt-rt 11/9103] arch/x86/events/intel/core.c:4783:29-30: Unneeded semicolon
@ 2020-08-06 17:43 kernel test robot
  2020-08-06 17:43 ` [PATCH] perf/x86/intel: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-08-06 17:43 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

tree:   https://github.com/intel/linux-intel-lts.git 5.4/preempt-rt
head:   64f494c08613ebb24a83b69223e7f90e8b7ce956
commit: 4359e7fe9b6cd1759c3cd365ced08dc4bffd4111 [11/9103] perf/x86/intel: Add Elkhart Lake support
config: x86_64-randconfig-c002-20200805 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> arch/x86/events/intel/core.c:4783:29-30: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 26477 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] perf/x86/intel: fix semicolon.cocci warnings
  2020-08-06 17:43 [intel-linux-intel-lts:5.4/preempt-rt 11/9103] arch/x86/events/intel/core.c:4783:29-30: Unneeded semicolon kernel test robot
@ 2020-08-06 17:43 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-08-06 17:43 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

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

arch/x86/events/intel/core.c:4783:29-30: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 4359e7fe9b6c ("perf/x86/intel: Add Elkhart Lake support")
CC: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/intel/linux-intel-lts.git 5.4/preempt-rt
head:   64f494c08613ebb24a83b69223e7f90e8b7ce956
commit: 4359e7fe9b6cd1759c3cd365ced08dc4bffd4111 [11/9103] perf/x86/intel: Add Elkhart Lake support

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

--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -4780,7 +4780,7 @@ __init int intel_pmu_init(void)
 		x86_pmu.lbr_pt_coexist = true;
 		x86_pmu.flags |= PMU_FL_HAS_RSP_1;
 		x86_pmu.get_event_constraints = tnt_get_event_constraints;
-		td_attr = tnt_events_attrs;;
+		td_attr = tnt_events_attrs;
 		extra_attr = slm_format_attr;
 		pr_cont("Tremont events, ");
 		name = "Tremont";

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-06 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 17:43 [intel-linux-intel-lts:5.4/preempt-rt 11/9103] arch/x86/events/intel/core.c:4783:29-30: Unneeded semicolon kernel test robot
2020-08-06 17:43 ` [PATCH] perf/x86/intel: fix semicolon.cocci warnings kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.