All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] RISC-V: fix semicolon.cocci warnings
Date: Sun, 30 Jan 2022 05:03:06 +0800	[thread overview]
Message-ID: <20220129210306.GA65937@44491a595360> (raw)
In-Reply-To: <202201300500.BuB28g96-lkp@intel.com>

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

WARNING: multiple messages have this Message-ID (diff)
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: Sun, 30 Jan 2022 05:03:06 +0800	[thread overview]
Message-ID: <20220129210306.GA65937@44491a595360> (raw)
In-Reply-To: <202201300500.BuB28g96-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_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;
 }

  reply	other threads:[~2022-01-29 21:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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:57 ` kernel test robot
2022-01-29 21:03 ` kernel test robot [this message]
2022-01-29 21:03   ` [PATCH] RISC-V: fix semicolon.cocci warnings kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
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
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=20220129210306.GA65937@44491a595360 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.