* [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; 2+ 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] 2+ messages in thread
* [avpatel:riscv_kvm_aia_v1 9/29] arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon
@ 2022-04-05 10:35 kernel test robot
2022-04-05 10:33 ` [PATCH] RISC-V: fix semicolon.cocci warnings kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-04-05 10:35 UTC (permalink / raw)
To: Anup Patel; +Cc: kbuild-all, linux-kernel
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
config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20220405/202204051806.SNUnP4eo-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 11.2.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 >>)
>> arch/riscv/kernel/smp.c:120:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
--
0-DAY CI Kernel Test Service
https://01.org/lkp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-06 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®