Re: [PATCH] 0/3 checkpatch updates, new checkfiles script

2007-10-13 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Ingo Molnar writes: > > * Erez Zadok <[EMAIL PROTECTED]> wrote: > > > So, I ran the above script and it found nearly 1.5 million reported > > warnings/errors, with drivers being the largest abuser, not > > surprisingly. [...] > > have you tried that with the lat

Re: [PATCH] 0/3 checkpatch updates, new checkfiles script

2007-10-11 Thread Andy Whitcroft
On Sun, Oct 07, 2007 at 03:05:47PM -0400, Erez Zadok wrote: > > and got many perl warnings such as: > > Use of uninitialized value in concatenation (.) or string at > ./scripts/checkpatch.pl line 455. Yes, this support seems to be wholy broken, as a non emacs user I had failed to test it correc

Re: [PATCH] 0/3 checkpatch updates, new checkfiles script

2007-10-07 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Ingo Molnar writes: > > * Erez Zadok <[EMAIL PROTECTED]> wrote: > > > So, I ran the above script and it found nearly 1.5 million reported > > warnings/errors, with drivers being the largest abuser, not > > surprisingly. [...] > > have you tried that with the lat

Re: [PATCH] 0/3 checkpatch updates, new checkfiles script

2007-10-06 Thread Ingo Molnar
* Erez Zadok <[EMAIL PROTECTED]> wrote: > So, I ran the above script and it found nearly 1.5 million reported > warnings/errors, with drivers being the largest abuser, not > surprisingly. [...] have you tried that with the latest version too: http://www.kernel.org/pub/linux/kernel/people/a

[PATCH] 0/3 checkpatch updates, new checkfiles script

2007-10-05 Thread Erez Zadok
This series of patches adds a -t option to checkpatch, so it can print terse messages one per line, in a format compatible with g/cc (filename:linenumber:message). This format can be parsed by various tools and editors that can help show the errors in one window and the offending file+line in ano