Re: [PATCH net-next] net: Fix coccinelle warning

2018-04-27 Thread David Miller
From: Kirill Tkhai Date: Thu, 26 Apr 2018 15:18:38 +0300 > kbuild test robot says: > > >coccinelle warnings: (new ones prefixed by >>) > >>> net/core/dev.c:1588:2-3: Unneeded semicolon > > So, let's remove it. > > Reported-by: kbuild test robot > Signed-off-by: Kirill Tkhai Applied, tha

[PATCH net-next] net: Fix coccinelle warning

2018-04-26 Thread Kirill Tkhai
kbuild test robot says: >coccinelle warnings: (new ones prefixed by >>) >>> net/core/dev.c:1588:2-3: Unneeded semicolon So, let's remove it. Reported-by: kbuild test robot Signed-off-by: Kirill Tkhai --- net/core/dev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a