Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756423AbaJXKjf (ORCPT ); Fri, 24 Oct 2014 06:39:35 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:42831 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756405AbaJXKjd (ORCPT ); Fri, 24 Oct 2014 06:39:33 -0400 Date: Fri, 24 Oct 2014 11:39:39 +0100 From: Andy Whitcroft To: Joe Perches Cc: Andrew Morton , Jani Nikula , Kees Cook , LKML Subject: Re: [PATCH] checkpatch: fix use via symlink, make missing spelling file non-fatal Message-ID: <20141024103939.GD2910@bark> References: <874muwv0ym.fsf@intel.com> <1413980418.18654.8.camel@perches.com> <87ppdktewn.fsf@intel.com> <1414085351.15751.10.camel@perches.com> <20141024090252.GC2910@bark> <1414143110.15751.13.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414143110.15751.13.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 24, 2014 at 02:31:50AM -0700, Joe Perches wrote: > On Fri, 2014-10-24 at 10:02 +0100, Andy Whitcroft wrote: > > On Thu, Oct 23, 2014 at 10:29:11AM -0700, Joe Perches wrote: > > > > [...] > > > my $P = $0; > > > -$P =~ s@(.*)/@@g; > > > -my $D = $1; > > > +my $D = dirname(abs_path($P)); > > > > That changes the value of $P, I don't know if that is intended: > > > > my $D = dirname(abs_path($0)); > > > > or > > > > my $D = abs_path($1); > > > > perhaps to keep $P as it was. > > I did it to show the executable passed on the cmdline better. > > It changes --help and some warn/die messages. > > It's not particularly important either way. If it was intended then great. Either way is fine with me. Acked-by: Andy Whitcroft -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/