Re: [PATCH] net/utils: fix semicolon.cocci warnings

2017-02-17 Thread Fengguang Wu
n 351 lines in any tree I maintain. You can ignore it -- the cocci fix is for Sagi Grimberg's RFC patch which can be judged by looking at the thread: Feb 17 To Sagi Grimber ( 22:0) -->Re: [PATCH rfc 1/4] net/utils: generic inet_pton_with_scope helper Feb 17 To Sagi Grimber ( 29:0) `->[

Re: [PATCH] net/utils: fix semicolon.cocci warnings

2017-02-17 Thread Keith Busch
On Fri, Feb 17, 2017 at 01:52:54PM -0500, David Miller wrote: > From: kbuild test robot > Date: Fri, 17 Feb 2017 05:34:03 +0800 > > > net/core/utils.c:388:2-3: Unneeded semicolon > > > > > > Remove unneeded semicolon. > > > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > > > CC:

Re: [PATCH] net/utils: fix semicolon.cocci warnings

2017-02-17 Thread David Miller
From: kbuild test robot Date: Fri, 17 Feb 2017 05:34:03 +0800 > net/core/utils.c:388:2-3: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > CC: Sagi Grimberg > Signed-off-by: Fengguang Wu > --- > > utils.c |2 +- > 1 fil

[PATCH] net/utils: fix semicolon.cocci warnings

2017-02-16 Thread kbuild test robot
net/core/utils.c:388:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Sagi Grimberg Signed-off-by: Fengguang Wu --- utils.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/core/utils.c +++ b/net/core/utils.c @@