Re: [U-Boot] [PATCH] patman: Format checkpatch messages for IDE throwback

2017-02-08 Thread Simon Glass
On 17 January 2017 at 16:52, Simon Glass 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 compil

[U-Boot] [PATCH] patman: Format checkpatch messages for IDE throwback

2017-01-17 Thread Simon Glass
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 ---