All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Anup Patel <apatel@ventanamicro.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [PATCH] RISC-V: fix semicolon.cocci warnings
Date: Tue, 5 Apr 2022 18:33:18 +0800	[thread overview]
Message-ID: <Ykwa7goC59ZOVumR@289769a4d63e> (raw)
In-Reply-To: <202204051806.SNUnP4eo-lkp@intel.com>

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;
 }

  reply	other threads:[~2022-04-06  2:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-29 21:57 [avpatel:riscv_aia_v1 3/21] " 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
2021-12-31 12:12 kernel test robot
2021-12-31 12:12 ` kernel test robot
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ykwa7goC59ZOVumR@289769a4d63e \
    --to=lkp@intel.com \
    --cc=apatel@ventanamicro.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.