devtools: add git log checks for SCTP and IOVA

Acronyms must be uppercase.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
Ferruh Yigit 2017-12-16 02:22:41 +00:00 committed by Thomas Monjalon
parent 2ba9a32c96
commit cb9c546f90

View file

@ -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\>' \