Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> --- devtools/check-git-log.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index 62b5f43..52b8659 100755 --- a/devtools/check-git-log.sh +++ b/devtools/check-git-log.sh @@ -128,13 +128,15 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\<mac\>' \ -e ':.*\<mtu\>' \ -e ':.*\<nic\>' \ + -e ':.*\<nvm\>' \ -e ':.*\<numa\>' \ -e ':.*\<pci\>' \ -e ':.*\<pmd\>' \ -e ':.*\<rss\>' \ -e ':.*\<tile-gx\>' \ -e ':.*\<tilegx\>' \ - -e ':.*\<vlan\>' \ + -e ':.*\<tso\>' \ + -e ':.*\<[Vv]lan\>' \ | sed 's,^,\t,') [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n" -- 2.9.3