[dpdk-dev] [PATCH] devtools: add exception for OCTEON TX

Anoob Joseph anoob.joseph at caviumnetworks.com
Wed Oct 10 15:01:22 CEST 2018


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 at caviumnetworks.com>
---
 devtools/check-git-log.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 97dae4b..9dce7e0 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -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"
 
-- 
2.7.4



More information about the dev mailing list