Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753521Ab2KTQgO (ORCPT ); Tue, 20 Nov 2012 11:36:14 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51859 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751859Ab2KTQgN (ORCPT ); Tue, 20 Nov 2012 11:36:13 -0500 Date: Tue, 20 Nov 2012 16:36:07 +0000 From: Andy Whitcroft To: Eilon Greenstein Cc: Joe Perches , David Rientjes , linux-kernel@vger.kernel.org, netdev Subject: Re: [PATCH v2] checkpatch: add double empty line check Message-ID: <20121120163607.GB17797@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121120161417.GA17797@dm> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 21 On Tue, Nov 20, 2012 at 04:14:17PM +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? Oh and in theory at least it could be a - line, though diff never generates things in that order. -apw -- 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/