devtools: add more git headline checks for acronyms
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
87acacf870
commit
3fb32e288b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user