Skip to content

Commit

Permalink
genirq: Fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
kernel/irq/proc.c:69:2-3: Unneeded semicolon

Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 0d3f542 ("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
  • Loading branch information
kbuild test robot authored and Thomas Gleixner committed Aug 25, 2017
1 parent 6629695 commit ce8bdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/proc.c
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m)
#else
return -EINVAL;
#endif
};
}

switch (type) {
case AFFINITY_LIST:

0 comments on commit ce8bdd6

Please sign in to comment.