devtools: add more git headline checks for acronyms

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
Ferruh Yigit 2017-01-26 14:16:47 +00:00 committed by Thomas Monjalon
parent 87acacf870
commit 3fb32e288b

View File

@ -128,13 +128,15 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<mac\>' \
-e ':.*\<mtu\>' \
-e ':.*\<nic\>' \
-e ':.*\<nvm\>' \
-e ':.*\<numa\>' \
-e ':.*\<pci\>' \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<tile-gx\>' \
-e ':.*\<tilegx\>' \
-e ':.*\<vlan\>' \
-e ':.*\<tso\>' \
-e ':.*\<[Vv]lan\>' \
| sed 's,^,\t,')
[ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"