mbox series

[0/6] patman: Fixes to allow patman to work with Zephyr OS

Message ID 20200506222910.152322-1-sjg@chromium.org
Headers show
Series patman: Fixes to allow patman to work with Zephyr OS | expand

Message

Simon Glass May 6, 2020, 10:29 p.m. UTC
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(-)