On Fri, Nov 30, 2007 at 09:12:34AM -0600, Kumar Gala wrote: > > On Nov 30, 2007, at 8:15 AM, Olof Johansson wrote: > > > On Fri, Nov 30, 2007 at 05:10:38PM +1100, Benjamin Herrenschmidt > > wrote: > > > >> There will be further cleanups and fixes before 2.6.25 opens > > > > May I suggest running them through checkpatch.pl? It finds stuff in > > over > > half of the ones I tried it on :) > > You know of anyone that's integrated checkpatch.pl w/a git commit or > git-add? (effective run checkpatch.pl on the index before you commit > it).
I normally do "quilt diff | checkpatch.pl -" when use quilt. You could similarly do "git diff HEAD | checkpatch.pl -". You'd always get the warning about missing signed-off-by though. -Olof _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev