scripts: add more git log checks
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 23 Sep 2016 12:47:27 +0000 (13:47 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Oct 2016 21:47:34 +0000 (23:47 +0200)
Alphabetically sorted items to check and
added git log capitalization checks for LRO, NIC and PMD

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

index 1e05cf2..5f8a9fc 100755 (executable)
@@ -112,20 +112,23 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e '\<[hsf]w\>' \
        -e '\<l[234]\>' \
        -e ':.*\<api\>' \
+       -e ':.*\<arm\>' \
+       -e ':.*\<armv7\>' \
+       -e ':.*\<armv8\>' \
        -e ':.*\<dma\>' \
-       -e ':.*\<pci\>' \
-       -e ':.*\<mtu\>' \
+       -e ':.*\<freebsd\>' \
+       -e ':.*\<linux\>' \
+       -e ':.*\<lro\>' \
        -e ':.*\<mac\>' \
+       -e ':.*\<mtu\>' \
+       -e ':.*\<nic\>' \
        -e ':.*\<numa\>' \
-       -e ':.*\<vlan\>' \
+       -e ':.*\<pci\>' \
+       -e ':.*\<pmd\>' \
        -e ':.*\<rss\>' \
-       -e ':.*\<freebsd\>' \
-       -e ':.*\<linux\>' \
-       -e ':.*\<tilegx\>' \
        -e ':.*\<tile-gx\>' \
-       -e ':.*\<arm\>' \
-       -e ':.*\<armv7\>' \
-       -e ':.*\<armv8\>' \
+       -e ':.*\<tilegx\>' \
+       -e ':.*\<vlan\>' \
        | sed 's,^,\t,')
 [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"