List-Id: U-Boot discussion <u-boot.lists.denx.de>
From: sjg at chromium.org (Simon Glass)
Date: Wed, 6 May 2020 16:29:03 -0600
Subject: [PATCH 0/6] patman: Fixes to allow patman to work with Zephyr OS
Message-ID: <20200506222910.152322-1-sjg@chromium.org>
At present patman doesn't correctly parse the output of checkpatch if the
--emacs and --show-types options are given in the .checkpatch.conf file.
This series corrects these problems, allowing patman to be used to check
patches intended for Zephyr OS.
Simon Glass (6):
patman: Fix 'warning' typo
patman: Support emacs mode with checkpatch
patman: Don't try to process checkpatch lines twice
patman: Handle checkpatch output with notes and code
patman: Support warnings in the patch subject
patman: Complain if a checkpatch line is not understood
tools/patman/checkpatch.py | 43 ++++++++++++++++++++++++++++++--------
1 file changed, 34 insertions(+), 9 deletions(-)