commit | ec7378bbd4bc370c9e50b78829f888969bae979d | [log] [tgz] |
---|---|---|
author | Evan Benn <evanbenn@chromium.org> | Thu Apr 01 13:49:30 2021 +1100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 29 03:23:39 2021 -0700 |
tree | f9bff894711a144865fce203221ce91e62cb7ec6 | |
parent | 488ea971fe77f9c52079d618d91755388cff59d8 [diff] |
patman: Parse checkpatch by message instead of by line 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> Reviewed-by: Simon Glass <sjg@chromium.org>