patman: Format checkpatch messages for IDE throwback
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2017 23:52:23 +0000 (16:52 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Feb 2017 13:07:35 +0000 (06:07 -0700)
commit8aa41363ebf46b9ff63b311bd2aa793c67a49def
tree83f5bdd28623954bccbaf9f3e02977eef50311df
parent6b6024a3a2e0297267ad8bc0ad1dd03d6d04265a
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>
tools/patman/checkpatch.py