[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1456874508.4436.39.camel@perches.com>
Date: Tue, 01 Mar 2016 15:21:48 -0800
From: Joe Perches <joe@...ches.com>
To: "Pottratz, Dwane" <dwane.pottratz@...el.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
Andy Whitcroft <apw@...onical.com>
Subject: Re: [PATCH] checkpatch.pl: add switch to turn off check for
Change-Id
On Tue, 2016-03-01 at 21:49 +0000, Pottratz, Dwane wrote:
> Good to know. Thx.
Andrew picked this up, but it might be better to remove your
patch and just use the --ignore option as --ignore is generic
and your patch just duplicates the capability.
>
> -----Original Message-----
> From: Joe Perches [mailto:joe@...ches.com]
> Sent: Tuesday, March 1, 2016 1:41 PM
> To: Pottratz, Dwane <dwane.pottratz@...el.com>; apw@...onical.com; li
> nux-kernel@...r.kernel.org; 'akpm@...ux-foundation.org' <akpm@...ux-f
> oundation.org>
> Subject: Re: [PATCH] checkpatch.pl: add switch to turn off check for
> Change-Id
>
> On Tue, 2016-03-01 at 18:37 +0000, Pottratz, Dwane wrote:
> >
> > A commit hook for the Gerrit code review servers inserts change
> > identifiers. These identifiers are noise in the context of the
> > upstream kernel. However, they are needed in most development
> > environments and the error needs to be ignored for static analysis
> > tools.
> btw: another way to do this is to use the --ignore <foo-list> option.
>
> $ ./scripts/checkpatch.pl --ignore gerrit_change_id <patch>
>
Powered by blists - more mailing lists