commit | 57230297116faf5b0a995916d5dd5fedab54cba3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jun 25 15:03:03 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 25 17:00:41 2015 -0700 |
tree | 081ddaa65c4245c1b902823a20073ce4d29f87bb | |
parent | d8469f16207c626d71749ada88c13db1238df39e [diff] |
checkpatch: colorize output to terminal Add optional colors to make seeing message types a bit easier. Add --color command line switch, default:on Error is RED, warning is YELLOW, check is GREEN. The message type, if shown, is BLUE. Signed-off-by: Joe Perches <joe@perches.com> Tested-by: Petr Mladek <pmladek@suse.cz> Cc: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>