Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler()

Fix the following coccicheck warning:

arch/mips/netlogic/xlr/fmn.c:106:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jason Yan and committed by
Thomas Bogendoerfer
9446aa50 c02e9630

+1 -1
+1 -1
arch/mips/netlogic/xlr/fmn.c
··· 103 103 mflags = nlm_cop2_enable_irqsave(); 104 104 } 105 105 } 106 - }; 106 + } 107 107 /* Enable message ring intr, to any thread in core */ 108 108 nlm_fmn_setup_intr(irq, (1 << nlm_threads_per_core) - 1); 109 109 nlm_cop2_disable_irqrestore(mflags);