From: tip-bot for kbuild test robot <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, hpa@zytor.com, mingo@kernel.org,
fengguang.wu@intel.com, linux-kernel@vger.kernel.org
Subject: [tip:irq/core] genirq: Fix semicolon.cocci warnings
Date: Fri, 25 Aug 2017 13:43:13 -0700 [thread overview]
Message-ID: <tip-ce8bdd6957202a38d67038e5ec940eed50f9f3eb@git.kernel.org> (raw)
In-Reply-To: <20170822075053.GA93890@lkp-hsx02>
Commit-ID: ce8bdd6957202a38d67038e5ec940eed50f9f3eb
Gitweb: http://git.kernel.org/tip/ce8bdd6957202a38d67038e5ec940eed50f9f3eb
Author: kbuild test robot <fengguang.wu@intel.com>
AuthorDate: Tue, 22 Aug 2017 15:50:53 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 25 Aug 2017 22:40:25 +0200
genirq: Fix semicolon.cocci warnings
kernel/irq/proc.c:69:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 0d3f54257dc3 ("genirq: Introduce effective affinity mask")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: kbuild-all@01.org
Link: http://lkml.kernel.org/r/20170822075053.GA93890@lkp-hsx02
---
kernel/irq/proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c
index 0534781..9f62f9a 100644
--- a/kernel/irq/proc.c
+++ b/kernel/irq/proc.c
@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m)
#else
return -EINVAL;
#endif
- };
+ }
switch (type) {
case AFFINITY_LIST:
prev parent reply other threads:[~2017-08-25 20:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 7:50 kernel/irq/proc.c:69:2-3: Unneeded semicolon kbuild test robot
2017-08-22 7:50 ` [PATCH] genirq: fix semicolon.cocci warnings kbuild test robot
2017-08-25 20:43 ` tip-bot for kbuild test robot [this message]
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=tip-ce8bdd6957202a38d67038e5ec940eed50f9f3eb@git.kernel.org \
--to=tipbot@zytor.com \
--cc=fengguang.wu@intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/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.