mbox series

[v2,0/2] standardize devtools check scripts

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

Message

Power, Ciara May 6, 2020, 9:55 a.m. UTC
  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 (2):
  devtools: standardize script arguments
  devtools: added stats print

 devtools/check-git-log.sh | 78 ++++++++++++++++++++++++++-------------
 devtools/checkpatches.sh  |  2 +-
 2 files changed, 54 insertions(+), 26 deletions(-)