devtools: add git log checks for SCTP and IOVA
authorFerruh Yigit <ferruh.yigit@intel.com>
Sat, 16 Dec 2017 02:22:41 +0000 (02:22 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jan 2018 17:33:34 +0000 (18:33 +0100)
Acronyms must be uppercase.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/check-git-log.sh

index 910daba..c601f6a 100755 (executable)
@@ -124,6 +124,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e ':.*\<crc\>' \
        -e ':.*\<dma\>' \
        -e ':.*\<freebsd\>' \
+       -e ':.*\<iova\>' \
        -e ':.*\<linux\>' \
        -e ':.*\<lro\>' \
        -e ':.*\<lsc\>' \
@@ -135,6 +136,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e ':.*\<pci\>' \
        -e ':.*\<pmd\>' \
        -e ':.*\<rss\>' \
+       -e ':.*\<sctp\>' \
        -e ':.*\<tso\>' \
        -e ':.*\<[Vv]lan\>' \
        -e ':.*\<vsi\>' \