提交 ce8bdd69 编写于 作者: K kbuild test robot 提交者: Thomas Gleixner

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: 0d3f5425 ("genirq: Introduce effective affinity mask")
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Cc: kbuild-all@01.org
Link: http://lkml.kernel.org/r/20170822075053.GA93890@lkp-hsx02
上级 66296954
...@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m) ...@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m)
#else #else
return -EINVAL; return -EINVAL;
#endif #endif
}; }
switch (type) { switch (type) {
case AFFINITY_LIST: case AFFINITY_LIST:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册