mbox series

[v3,0/3] standardize devtools check scripts

Message ID 20200602135319.21457-1-ciara.power@intel.com (mailing list archive)
Headers
Series standardize devtools check scripts |

Message

Power, Ciara June 2, 2020, 1:53 p.m. UTC
  v3:
  - Fix comments on v2.
  - Add patch to update contributor's guide.

v2: Fix comments on v1.

This patchset standardizes the checkpatches and check-git-log scripts
to accept the same syntax commandline arguments, to make them easier
to use.

The output is also standardized, check-git-log previously showed no
output to the user when no errors were found, but now prints a similar
output to that of the checkpatches script.

Ciara Power (3):
  devtools: standardize script arguments
  devtools: added stats print
  doc/guides: updated script usage for checking patches

 devtools/check-git-log.sh           | 87 ++++++++++++++++++++---------
 devtools/checkpatches.sh            |  2 +-
 doc/guides/contributing/patches.rst | 12 +++-
 3 files changed, 72 insertions(+), 29 deletions(-)