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
__
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
2 matches
Mail list logo