* kernel/irq/proc.c:69:2-3: Unneeded semicolon
@ 2017-08-22 7:50 kbuild test robot
2017-08-22 7:50 ` [PATCH] genirq: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-08-22 7:50 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: kbuild-all, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 14ccee78fc82f5512908f4424f541549a5705b89
commit: 0d3f54257dc300f2db480d6a46b34bdb87f18c1b genirq: Introduce effective affinity mask
date: 9 weeks ago
coccinelle warnings: (new ones prefixed by >>)
>> kernel/irq/proc.c:69:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] genirq: fix semicolon.cocci warnings
2017-08-22 7:50 kernel/irq/proc.c:69:2-3: Unneeded semicolon kbuild test robot
@ 2017-08-22 7:50 ` kbuild test robot
2017-08-25 20:43 ` [tip:irq/core] genirq: Fix " tip-bot for kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-08-22 7:50 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: kbuild-all, linux-kernel
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>
---
proc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/irq/proc.c
+++ b/kernel/irq/proc.c
@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, s
#else
return -EINVAL;
#endif
- };
+ }
switch (type) {
case AFFINITY_LIST:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:irq/core] genirq: Fix semicolon.cocci warnings
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
0 siblings, 0 replies; 3+ messages in thread
From: tip-bot for kbuild test robot @ 2017-08-25 20:43 UTC (permalink / raw)
To: linux-tip-commits; +Cc: tglx, hpa, mingo, fengguang.wu, linux-kernel
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:
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-25 20:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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:irq/core] genirq: Fix " tip-bot for kbuild 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.