Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-08-24 Thread Joe Perches
On Wed, 2011-08-24 at 23:25 +0200, Wolfgang Denk wrote: > > > This feature would be really useful for us, but I'd rather see this in > > > mainline than starting a fork. > > A better version is in Linus' current 3.0+ as of a couple of days ago. > > It's not in 3.0. > Great. Are you planning to sub

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-08-24 Thread Wolfgang Denk
Dear Joe Perches, In message <1311804639.21169.22.camel@Joe-Laptop> you wrote: > > > Did you receive any feedback for your proposal, especially from Andrew > > Morton? > > This feature would be really useful for us, but I'd rather see this in > > mainline than starting a fork. > > A better versio

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-07-27 Thread Joe Perches
On Wed, 2011-07-27 at 23:17 +0200, Wolfgang Denk wrote: > Dear Joe, > In message > you > wrote: > > Some users would like the ability to not emit some of the > > messages that checkpatch produces. > > Add command line option to "--ignore" various message types. > > Add .checkpatch.conf file to s

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-07-27 Thread Wolfgang Denk
Dear Joe, In message you wrote: > Some users would like the ability to not emit some of the > messages that checkpatch produces. > > Add command line option to "--ignore" various message types. > Add .checkpatch.conf file to store a default set of "ignore" flags > Categorize all ERROR, WARN an

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-06-09 Thread Mike Frysinger
On Thursday, June 09, 2011 15:26:46 Joe Perches wrote: > On Mon, 2011-04-25 at 17:43 -0700, Joe Perches wrote: > > Some users would like the ability to not emit some of the > > messages that checkpatch produces. > > > > Add command line option to "--ignore" various message types. > > Add .checkpat

Re: [U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-06-09 Thread Joe Perches
On Mon, 2011-04-25 at 17:43 -0700, Joe Perches wrote: > Some users would like the ability to not emit some of the > messages that checkpatch produces. > > Add command line option to "--ignore" various message types. > Add .checkpatch.conf file to store a default set of "ignore" flags > Categorize

[U-Boot] [RFC PATCH] checkpatch.pl: Add ability to ignore various messages

2011-04-25 Thread Joe Perches
Some users would like the ability to not emit some of the messages that checkpatch produces. Add command line option to "--ignore" various message types. Add .checkpatch.conf file to store a default set of "ignore" flags Categorize all ERROR, WARN and CHK types with flags. Signed-off-by: Joe Perc