From 9c3650aa10e3c328f4dec9e176d41536b4c5e304 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Tue, 29 Jan 2019 13:55:33 +0000 Subject: [PATCH] devtools: add git log checks for DCB, TOS and TTL Add case check to DCB, 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 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 ':.*\' \ -- 2.20.1