From: Ferruh Yigit Date: Tue, 29 Jan 2019 13:55:33 +0000 (+0000) Subject: devtools: add git log checks for DCB, TOS and TTL X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9c3650aa10e3c328f4dec9e176d41536b4c5e304;p=dpdk.git devtools: add git log checks for DCB, TOS and TTL Add case check to DCB, TOS and TTL abbreviations. Signed-off-by: Ferruh Yigit --- diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index d39064f9d9..09bc2d8f35 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 ':.*\' \