
8 Feb
2017
8 Feb
'17
6:41 p.m.
On 17 January 2017 at 16:52, Simon Glass sjg@chromium.org wrote:
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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!