
29 Apr
2021
29 Apr
'21
6:03 p.m.
On Thu, 1 Apr 2021 at 15:50, Evan Benn evanbenn@chromium.org wrote:
Parse each empty-line-delimited message separately. This saves having to deal with all the different line content styles, we only care about the header ERROR | WARNING | NOTE...
Also make checkpatch print line information for a uboot specific warning.
Signed-off-by: Evan Benn evanbenn@chromium.org
scripts/checkpatch.pl | 18 +-- tools/patman/checkpatch.py | 218 +++++++++++++++++++++++-------------- 2 files changed, 144 insertions(+), 92 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!