Re: [U-Boot] [PATCH v2] patman: Allow use outside of u-boot tree

2013-01-09 Thread Doug Anderson
Vadim, Looks great with one last nit... On Wed, Jan 9, 2013 at 4:23 PM, Vadim Bendebury wrote: > + > +print >> sys.stderr, ('Cannot find checkpatch.pl - please put it in your > ' + > +'~/bin directory or use --no_patch') > +sys.exit(1) s/no_patch/no-patch __

[U-Boot] [PATCH v2] patman: Allow use outside of u-boot tree

2013-01-09 Thread Vadim Bendebury
To make it usable in git trees not providing a patch checker implementation, add a command line option, allowing to suppress patch check. While we are at it, sort debug options alphabetically. Also, do not raise an exception if checkpatch.pl is not found - just print an error message suggesting to