commit | c004a5f37dba0d677adc7f8299eead6dfc4ddb80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 16:52:23 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 08 06:07:35 2017 -0700 |
tree | 83f5bdd28623954bccbaf9f3e02977eef50311df | |
parent | b17ab15ffa4b7d01d407a80763b4702c453e7180 [diff] |
patman: Format checkpatch messages for IDE throwback It is convenient to be able to deal with checkpatch warnings in the same way as build warnings. Tools such as emacs and kate can quickly locate the source file and line automatically. To achieve this, adjust the format to match the C compiler, and output to stderr. Signed-off-by: Simon Glass <sjg@chromium.org>