All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [atishp04:sbi_pmu_v1 11/14] drivers/perf/riscv_pmu.c:65:2-3: Unneeded semicolon
@ 2021-03-19  5:52 kernel test robot
  2021-03-19  5:52 ` [PATCH] RISC-V: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 7+ messages in thread
From: kernel test robot @ 2021-03-19  5:52 UTC (permalink / raw
  To: kbuild-all

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

tree:   https://github.com/atishp04/linux sbi_pmu_v1
head:   d82bc37d5a962b33af712da468a82d2ced9eb194
commit: 5009c84a60b998b44c7c8481984b5553bfc0986c [11/14] RISC-V: Add a perf platform driver
config: riscv-allmodconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 9.3.0

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


cocci warnings: (new ones prefixed by >>)
>> drivers/perf/riscv_pmu.c:65:2-3: 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: 68848 bytes --]

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
  2021-03-19  5:52 [atishp04:sbi_pmu_v1 11/14] drivers/perf/riscv_pmu.c:65:2-3: Unneeded semicolon kernel test robot
@ 2021-03-19  5:52 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-03-19  5:52 UTC (permalink / raw
  To: kbuild-all

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

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

drivers/perf/riscv_pmu.c:65:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 5009c84a60b9 ("RISC-V: Add a perf platform driver")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/atishp04/linux sbi_pmu_v1
head:   d82bc37d5a962b33af712da468a82d2ced9eb194
commit: 5009c84a60b998b44c7c8481984b5553bfc0986c [11/14] RISC-V: Add a perf platform driver

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

--- a/drivers/perf/riscv_pmu.c
+++ b/drivers/perf/riscv_pmu.c
@@ -62,7 +62,7 @@ unsigned long csr_read_num(int csr_num)
 	switchcase_csr_read_32(CSR_CYCLEH, ret)
 	default :
 		break;
-	};
+	}
 
 	return ret;
 

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
@ 2021-12-31 12:12 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-12-31 12:12 UTC (permalink / raw
  To: Anup Patel; +Cc: kbuild-all, linux-kernel

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

arch/riscv/kernel/smp.c:130:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Anup Patel <anup.patel@wdc.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/avpatel/linux.git riscv_kvm_aia_v1
head:   6fa93cde61f5f84422bd3f97b9db6e2406a344dd
commit: dea7752f30104c9bb3c2c67ce2c56e5a5eb3c290 [17/42] RISC-V: Treat IPIs as normal Linux IRQs
:::::: branch date: 6 hours ago
:::::: commit date: 3 days ago

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

--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -127,7 +127,7 @@ static irqreturn_t handle_IPI(int irq, v
 	default:
 		pr_warn("CPU%d: unhandled IPI%d\n", smp_processor_id(), ipi);
 		break;
-	};
+	}
 
 	return IRQ_HANDLED;
 }

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
@ 2021-12-31 12:12 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-12-31 12:12 UTC (permalink / raw
  To: kbuild-all

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

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

arch/riscv/kernel/smp.c:130:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Anup Patel <anup.patel@wdc.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/avpatel/linux.git riscv_kvm_aia_v1
head:   6fa93cde61f5f84422bd3f97b9db6e2406a344dd
commit: dea7752f30104c9bb3c2c67ce2c56e5a5eb3c290 [17/42] RISC-V: Treat IPIs as normal Linux IRQs
:::::: branch date: 6 hours ago
:::::: commit date: 3 days ago

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

--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -127,7 +127,7 @@ static irqreturn_t handle_IPI(int irq, v
 	default:
 		pr_warn("CPU%d: unhandled IPI%d\n", smp_processor_id(), ipi);
 		break;
-	};
+	}
 
 	return IRQ_HANDLED;
 }

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
  2022-01-29 21:57 [avpatel:riscv_aia_v1 3/21] arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon kernel test robot
@ 2022-01-29 21:03   ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2022-01-29 21:03 UTC (permalink / raw
  To: Anup Patel; +Cc: kbuild-all, linux-kernel

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

arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Anup Patel <apatel@ventanamicro.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/avpatel/linux.git riscv_aia_v1
head:   c0d96c2f57e644a9ec0819785541e033f8ce5e6b
commit: bbfd82cb293e2c4fe309a1c9bf59d3a4d9459d26 [3/21] RISC-V: Treat IPIs as normal Linux IRQs
:::::: branch date: 10 hours ago
:::::: commit date: 2 days ago

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

--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -117,7 +117,7 @@ static irqreturn_t handle_IPI(int irq, v
 	default:
 		pr_warn("CPU%d: unhandled IPI%d\n", smp_processor_id(), ipi);
 		break;
-	};
+	}
 
 	return IRQ_HANDLED;
 }

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
@ 2022-01-29 21:03   ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2022-01-29 21:03 UTC (permalink / raw
  To: kbuild-all

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

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

arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Anup Patel <apatel@ventanamicro.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/avpatel/linux.git riscv_aia_v1
head:   c0d96c2f57e644a9ec0819785541e033f8ce5e6b
commit: bbfd82cb293e2c4fe309a1c9bf59d3a4d9459d26 [3/21] RISC-V: Treat IPIs as normal Linux IRQs
:::::: branch date: 10 hours ago
:::::: commit date: 2 days ago

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

--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -117,7 +117,7 @@ static irqreturn_t handle_IPI(int irq, v
 	default:
 		pr_warn("CPU%d: unhandled IPI%d\n", smp_processor_id(), ipi);
 		break;
-	};
+	}
 
 	return IRQ_HANDLED;
 }

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

* [PATCH] RISC-V: fix semicolon.cocci warnings
  2022-04-05 10:35 [avpatel:riscv_kvm_aia_v1 9/29] arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon kernel test robot
@ 2022-04-05 10:33 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2022-04-05 10:33 UTC (permalink / raw
  To: Anup Patel; +Cc: kbuild-all, linux-kernel

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

arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Anup Patel <apatel@ventanamicro.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://github.com/avpatel/linux.git riscv_kvm_aia_v1
head:   dab41b5c8f55fb8e864a5e10fd181dd0d4443778
commit: 9951f846b51d68f916cfa08140171cbcc8c0d02b [9/29] RISC-V: Treat IPIs as normal Linux IRQs
:::::: branch date: 29 hours ago
:::::: commit date: 29 hours ago

 arch/riscv/kernel/smp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -117,7 +117,7 @@ static irqreturn_t handle_IPI(int irq, v
 	default:
 		pr_warn("CPU%d: unhandled IPI%d\n", smp_processor_id(), ipi);
 		break;
-	};
+	}
 
 	return IRQ_HANDLED;
 }

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

end of thread, other threads:[~2022-04-06  2:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19  5:52 [atishp04:sbi_pmu_v1 11/14] drivers/perf/riscv_pmu.c:65:2-3: Unneeded semicolon kernel test robot
2021-03-19  5:52 ` [PATCH] RISC-V: fix semicolon.cocci warnings kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-12-31 12:12 kernel test robot
2021-12-31 12:12 ` kernel test robot
2022-01-29 21:57 [avpatel:riscv_aia_v1 3/21] arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon kernel test robot
2022-01-29 21:03 ` [PATCH] RISC-V: fix semicolon.cocci warnings kernel test robot
2022-01-29 21:03   ` kernel test robot
2022-04-05 10:35 [avpatel:riscv_kvm_aia_v1 9/29] arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon kernel test robot
2022-04-05 10:33 ` [PATCH] RISC-V: 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.