Re: [U-Boot] [PATCH 1/8] patman: Fix up checkpatch parsing to deal with 'CHECK' lines

2013-03-26 Thread Simon Glass
Hi Doug, On Thu, Mar 21, 2013 at 9:35 AM, Doug Anderson wrote: > Simon, > > On Wed, Mar 20, 2013 at 7:42 PM, Simon Glass wrote: >> checkpatch has a new type of warning, a 'CHECK'. At present patman fails >> with these, which makes it less than useful. >> >> Add support for checks, making it back

Re: [U-Boot] [PATCH 1/8] patman: Fix up checkpatch parsing to deal with 'CHECK' lines

2013-03-21 Thread Doug Anderson
Simon, On Wed, Mar 20, 2013 at 7:42 PM, Simon Glass wrote: > checkpatch has a new type of warning, a 'CHECK'. At present patman fails > with these, which makes it less than useful. > > Add support for checks, making it backwards compatible with the old > checkpatch. There are also a few other mi

[U-Boot] [PATCH 1/8] patman: Fix up checkpatch parsing to deal with 'CHECK' lines

2013-03-20 Thread Simon Glass
checkpatch has a new type of warning, a 'CHECK'. At present patman fails with these, which makes it less than useful. Add support for checks, making it backwards compatible with the old checkpatch. Signed-off-by: Simon Glass --- tools/patman/checkpatch.py | 75 +-