* [PATCH] MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler()
@ 2020-04-18 8:18 Jason Yan
2020-04-20 7:02 ` Thomas Bogendoerfer
0 siblings, 1 reply; 2+ messages in thread
From: Jason Yan @ 2020-04-18 8:18 UTC (permalink / raw)
To: tsbogend, afzal.mohd.ma, linux-mips, linux-kernel; +Cc: Jason Yan, Hulk Robot
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>
---
arch/mips/netlogic/xlr/fmn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/netlogic/xlr/fmn.c b/arch/mips/netlogic/xlr/fmn.c
index d7db1533889a..f90303f31967 100644
--- a/arch/mips/netlogic/xlr/fmn.c
+++ b/arch/mips/netlogic/xlr/fmn.c
@@ -103,7 +103,7 @@ static irqreturn_t fmn_message_handler(int irq, void *data)
mflags = nlm_cop2_enable_irqsave();
}
}
- };
+ }
/* Enable message ring intr, to any thread in core */
nlm_fmn_setup_intr(irq, (1 << nlm_threads_per_core) - 1);
nlm_cop2_disable_irqrestore(mflags);
--
2.21.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler()
2020-04-18 8:18 [PATCH] MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler() Jason Yan
@ 2020-04-20 7:02 ` Thomas Bogendoerfer
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2020-04-20 7:02 UTC (permalink / raw)
To: Jason Yan; +Cc: afzal.mohd.ma, linux-mips, linux-kernel, Hulk Robot
On Sat, Apr 18, 2020 at 04:18:34PM +0800, Jason Yan wrote:
> 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>
> ---
> arch/mips/netlogic/xlr/fmn.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-20 7:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-18 8:18 [PATCH] MIPS: Netlogic: remove unneeded semicolon in fmn_message_handler() Jason Yan
2020-04-20 7:02 ` Thomas Bogendoerfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).