From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH v2] devtools: add git log checks for DCB, TOS and TTL Date: Tue, 29 Jan 2019 13:55:33 +0000 Message-ID: <20190129135533.31723-1-ferruh.yigit@intel.com> References: <20190129132703.28954-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org To: Ferruh Yigit , Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AA950683E for ; Tue, 29 Jan 2019 14:55:38 +0100 (CET) In-Reply-To: <20190129132703.28954-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add case check to DCB, TOS and TTL abbreviations. Signed-off-by: Ferruh Yigit --- v2: * fix typo, s/DBC/DCB/ --- devtools/check-git-log.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index d1c12049e..a905afc32 100755 --- a/devtools/check-git-log.sh +++ b/devtools/check-git-log.sh @@ -95,6 +95,7 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \ -e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ @@ -113,7 +114,9 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\<[Vv]lan\>' \ -e ':.*\' \ -- 2.17.2