[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1313657762.32547.80.camel@Joe-Laptop>
Date: Thu, 18 Aug 2011 01:56:02 -0700
From: Joe Perches <joe@...ches.com>
To: jeffrey.t.kirsher@...el.com
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Allan, Bruce W" <bruce.w.allan@...el.com>,
Anish Kumar <anish198519851985@...il.com>,
Andy Whitcroft <apw@...onical.com>
Subject: Re: [PATCH] checkpatch: do not test/warn of leading whitespace
before signature tags
On Thu, 2011-08-18 at 01:43 -0700, Jeff Kirsher wrote:
> I understand what your saying, and I think that your suggestion about
> possibly implementing a "--input=git" option to checkpatch.pl might be a
> happy middle ground to resolve the numerous false warnings this check
> produces.
As far as I can tell, --ignore= suffices.
If you really want to use checkpatch for checking
already committed patches, maybe you should not
use git log but use git format-patch instead.
$ git format-patch -1 --stdout | ./scripts/checkpatch.pl -
That works without any problems.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists