devtools: add more git headline checks for acronyms
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Jan 2017 14:16:47 +0000 (14:16 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 29 Jan 2017 14:48:11 +0000 (15:48 +0100)
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/check-git-log.sh

index 9ccef66..4c50eff 100755 (executable)
@@ -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"