From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] devtools: add git log checks for DBC, TOS and TTL Date: Tue, 29 Jan 2019 13:27:03 +0000 Message-ID: <20190129132703.28954-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org To: Ferruh Yigit , Thomas Monjalon Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 807881B131 for ; Tue, 29 Jan 2019 14:27:08 +0100 (CET) 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 DBC, TOS and TTL abbreviations. Signed-off-by: Ferruh Yigit --- 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