From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4770C433E0 for ; Tue, 2 Jun 2020 13:57:44 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 6EBA32074B for ; Tue, 2 Jun 2020 13:57:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EBA32074B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26D731BF5F; Tue, 2 Jun 2020 15:57:43 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1B12E1BF59 for ; Tue, 2 Jun 2020 15:57:40 +0200 (CEST) IronPort-SDR: /Lk76bNFaCQQWZxDoE0sYHK8CjvLjLQbBiXS19XVKeU+6YMcQKCS/PSiWKY8AOX/CspYdPgS7N 5CrCO1vgbOgA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2020 06:57:38 -0700 IronPort-SDR: pq+63xIenG0ap656fC6nI0lnLflYnpCYuFheAyIjBqdNZ4zZhiwZabNHVmTydEG0s47bPUCwr+ UA7vaYK8IwDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,464,1583222400"; d="scan'208";a="347406299" Received: from silpixa00399953.ir.intel.com (HELO silpixa00399953.ger.corp.intel.com) ([10.237.222.53]) by orsmga001.jf.intel.com with ESMTP; 02 Jun 2020 06:57:37 -0700 From: Ciara Power To: thomas@monjalon.net, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: ferruh.yigit@intel.com, dev@dpdk.org, Ciara Power Date: Tue, 2 Jun 2020 14:53:16 +0100 Message-Id: <20200602135319.21457-1-ciara.power@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200128150256.14339-1-ciara.power@intel.com> References: <20200128150256.14339-1-ciara.power@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] standardize devtools check scripts X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.17.1