DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anoob Joseph <anoob.joseph@caviumnetworks.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: Anoob Joseph <anoob.joseph@caviumnetworks.com>,
	Jerin Jacob <jerin.jacob@caviumnetworks.com>,
	Narayana Prasad <narayanaprasad.athreya@caviumnetworks.com>,
	dev@dpdk.org
Subject: [dpdk-dev] [PATCH] devtools: add exception for OCTEON TX
Date: Wed, 10 Oct 2018 18:31:22 +0530	[thread overview]
Message-ID: <1539176482-31053-1-git-send-email-anoob.joseph@caviumnetworks.com> (raw)

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

             reply	other threads:[~2018-10-10 13:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10 13:01 Anoob Joseph [this message]
2018-10-17  5:26 ` Joseph, Anoob
2018-10-25 14:50 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539176482-31053-1-git-send-email-anoob.joseph@caviumnetworks.com \
    --to=anoob.joseph@caviumnetworks.com \
    --cc=dev@dpdk.org \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=narayanaprasad.athreya@caviumnetworks.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).