[PATCH] patman: Parse checkpatch by message instead of by line

Simon Glass sjg at chromium.org
Thu Apr 29 18:03:53 CEST 2021


On Thu, 1 Apr 2021 at 15:50, Evan Benn <evanbenn at 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 at chromium.org>
> ---
>
>  scripts/checkpatch.pl      |  18 +--
>  tools/patman/checkpatch.py | 218 +++++++++++++++++++++++--------------
>  2 files changed, 144 insertions(+), 92 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list