From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Busch Subject: Re: [PATCH] net/utils: fix semicolon.cocci warnings Date: Fri, 17 Feb 2017 14:19:02 -0500 Message-ID: <20170217191901.GD18275@localhost.localdomain> References: <201702170514.zqhVrek9%fengguang.wu@intel.com> <1487267017-29904-2-git-send-email-sagi@grimberg.me> <20170216213400.GA47728@lkp-hsx03.lkp.intel.com> <20170217.135254.1489253473478690036.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: lkp@intel.com, sagi@grimberg.me, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-nvme@lists.infradead.org, target-devel@vger.kernel.org, kbuild-all@01.org To: David Miller Return-path: Content-Disposition: inline In-Reply-To: <20170217.135254.1489253473478690036.davem@davemloft.net> Sender: target-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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: 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 > > @@ -385,7 +385,7 @@ int inet_pton_with_scope(struct net *net > > I have no idea what tree this could be against, as net/core/utils.c doesn't > have more than 351 lines in any tree I maintain. I think this is just an auto-generated patch based on a 0-day internal tree that applied the patch it's proposing to fix. The robot script may be a jumping the gun here for sending this.