Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127Ab2KTQXF (ORCPT ); Tue, 20 Nov 2012 11:23:05 -0500 Received: from mms3.broadcom.com ([216.31.210.19]:3626 "EHLO mms3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807Ab2KTQXE (ORCPT ); Tue, 20 Nov 2012 11:23:04 -0500 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Message-ID: <1353428544.6559.26.camel@lb-tlvb-eilong.il.broadcom.com> Subject: Re: [PATCH v2] checkpatch: add double empty line check From: "Eilon Greenstein" Reply-to: eilong@broadcom.com To: "Andy Whitcroft" cc: "Joe Perches" , "David Rientjes" , linux-kernel@vger.kernel.org, netdev Date: Tue, 20 Nov 2012 18:22:24 +0200 In-Reply-To: <20121120161417.GA17797@dm> References: <1353151057.14327.18.camel@lb-tlvb-eilong.il.broadcom.com> <20121120115239.GA7955@dm> <1353421624.6559.9.camel@lb-tlvb-eilong.il.broadcom.com> <20121120144329.GE7955@dm> <1353424027.6559.15.camel@lb-tlvb-eilong.il.broadcom.com> <20121120154443.GK7955@dm> <1353427570.6559.21.camel@lb-tlvb-eilong.il.broadcom.com> <20121120161417.GA17797@dm> Organization: Broadcom X-Mailer: Evolution 3.2.3-0ubuntu6 MIME-Version: 1.0 X-WSS-ID: 7CB572E23P86420730-01-01 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1648 Lines: 38 On Tue, 2012-11-20 at 16:14 +0000, Andy Whitcroft wrote: > On Tue, Nov 20, 2012 at 06:06:10PM +0200, Eilon Greenstein wrote: > > I'm only testing the nextline if the current line is newly added. If I > > got it right, when a line is newly added, the next line can be: > > a. another new line > > b. existing line (provided for context) > > c. Does not exist since this is the end of the file (I missed this one > > originally) > > > > It cannot just jump to the next hunk and it cannot be a deleted line, > > right? > > Mostly that would be true. If the hunk is the last hunk and adds lines > at the bottom of a file _and_ the context around it has blank lines then > something. I think that would trip up this algorithm, reporting beyond > the end of the hunk perhaps. I do not want to cause any perl warning, but adding a new segment that ends with a new empty line above an existing empty line is something that I want to catch - so checking the next line (even if it is not new) is desired. Do you have other suggestions on how to implement something like that? I'm not saying that my patch is safe - I already missed a corner case when adding a line at the end of the file, but I'm willing to run more tests and see if I hit some perl warning. So how about running it on the last X changes in the kernel git tree? How many tests are enough to get reasonable confidant level? Thanks, Eilon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/