[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <518BBB30.1070003@gmail.com>
Date: Thu, 09 May 2013 09:05:20 -0600
From: David Ahern <dsahern@...il.com>
To: Waiman Long <Waiman.Long@...com>
CC: Jiri Olsa <jolsa@...hat.com>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Stephane Eranian <eranian@...gle.com>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>,
Ingo Molnar <mingo@...hat.com>, linux-kernel@...r.kernel.org,
"Chandramouleeswaran, Aswin" <aswin@...com>,
"Norton, Scott J" <scott.norton@...com>
Subject: Re: [PATCH] perf: fix symbol processing bug and greatly improve performance
On 5/9/13 8:46 AM, Waiman Long wrote:
> I am sorry that I forgot to rerun checkpatch.pl again after changing the
> argument type from int to bool.
You can edit/create .git/hooks/pre-commit and have it run checkpatch.pl
so you don't forget:
#!/bin/bash
exec git diff --cached | scripts/checkpatch.pl --no-signoff -q -
If it spits out warnings that are ok, add -n to git-commit to bypass.
David
--
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