DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] devtools: add exception for OCTEON TX
@ 2018-10-10 13:01 Anoob Joseph
  2018-10-17  5:26 ` Joseph, Anoob
  2018-10-25 14:50 ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Anoob Joseph @ 2018-10-10 13:01 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Anoob Joseph, Jerin Jacob, Narayana Prasad, dev

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 | 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-25 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 13:01 [dpdk-dev] [PATCH] devtools: add exception for OCTEON TX Anoob Joseph
2018-10-17  5:26 ` Joseph, Anoob
2018-10-25 14:50 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).