devtools: add git check exception for OCTEON TX
authorAnoob Joseph <anoob.joseph@caviumnetworks.com>
Wed, 10 Oct 2018 13:01:22 +0000 (18:31 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 14:51:25 +0000 (16:51 +0200)
The 'TX' in OCTEON TX would cause a warning.
Adding an exception for that.

OCTEON TX is a registered product under Cavium

Signed-off-by: Anoob Joseph <anoob.joseph@caviumnetworks.com>
devtools/check-git-log.sh

index 97dae4b..9dce7e0 100755 (executable)
@@ -116,6 +116,8 @@ bad=$(echo "$headlines" | grep -E --color=always \
        -e ':.*\<[Vv]lan\>' \
        -e ':.*\<vdpa\>' \
        -e ':.*\<vsi\>' \
+       | grep \
+       -v ':.*\<OCTEON\ TX\>' \
        | sed 's,^,\t,')
 [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"