Add case check to TPID, LACP and RETA abbreviations.

Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
---
 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 09bc2d8f3..ac7da6898 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -100,6 +100,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e ':.*\<eeprom\>' \
        -e ':.*\<freebsd\>' \
        -e ':.*\<iova\>' \
+       -e ':.*\<lacp\>' \
        -e ':.*\<linux\>' \
        -e ':.*\<lro\>' \
        -e ':.*\<lsc\>' \
@@ -112,10 +113,12 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e ':.*\<pci\>' \
        -e ':.*\<phy\>' \
        -e ':.*\<pmd\>' \
+       -e ':.*\<reta\>' \
        -e ':.*\<rss\>' \
        -e ':.*\<sctp\>' \
        -e ':.*\<tos\>' \
        -e ':.*\<tso\>' \
+       -e ':.*\<tpid\>' \
        -e ':.*\<ttl\>' \
        -e ':.*\<udp\>' \
        -e ':.*\<[Vv]lan\>' \
-- 
2.20.1

Reply via email to