Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce8bdd69 authored by kbuild test robot's avatar kbuild test robot Committed by Thomas Gleixner
Browse files

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: kbuild-all@01.org
Link: http://lkml.kernel.org/r/20170822075053.GA93890@lkp-hsx02
parent 66296954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ static int show_irq_affinity(int type, struct seq_file *m)
#else
		return -EINVAL;
#endif
	};
	}

	switch (type) {
	case AFFINITY_LIST: