All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devtools: add git log checks for vsi, lsc, crc
@ 2017-04-17 13:13 Ferruh Yigit
  2017-04-25  9:55 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2017-04-17 13:13 UTC (permalink / raw)
  To: Ferruh Yigit, Thomas Monjalon; +Cc: dev

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 devtools/check-git-log.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 8449d4f..910daba 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -121,10 +121,12 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<arm\>' \
 	-e ':.*\<armv7\>' \
 	-e ':.*\<armv8\>' \
+	-e ':.*\<crc\>' \
 	-e ':.*\<dma\>' \
 	-e ':.*\<freebsd\>' \
 	-e ':.*\<linux\>' \
 	-e ':.*\<lro\>' \
+	-e ':.*\<lsc\>' \
 	-e ':.*\<mac\>' \
 	-e ':.*\<mtu\>' \
 	-e ':.*\<nic\>' \
@@ -135,6 +137,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<rss\>' \
 	-e ':.*\<tso\>' \
 	-e ':.*\<[Vv]lan\>' \
+	-e ':.*\<vsi\>' \
 	| sed 's,^,\t,')
 [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"
 
-- 
2.9.3

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

* Re: [PATCH] devtools: add git log checks for vsi, lsc, crc
  2017-04-17 13:13 [PATCH] devtools: add git log checks for vsi, lsc, crc Ferruh Yigit
@ 2017-04-25  9:55 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-04-25  9:55 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

17/04/2017 15:13, Ferruh Yigit:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

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

end of thread, other threads:[~2017-04-25  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 13:13 [PATCH] devtools: add git log checks for vsi, lsc, crc Ferruh Yigit
2017-04-25  9:55 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.