Skip to content

Commit cb9c546

Browse files
Ferruh Yigittmonjalo
Ferruh Yigit
authored andcommitted
devtools: add git log checks for SCTP and IOVA
Acronyms must be uppercase. Signed-off-by: Ferruh Yigit <[email protected]>
1 parent 2ba9a32 commit cb9c546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/check-git-log.sh

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
124124
-e ':.*\<crc\>' \
125125
-e ':.*\<dma\>' \
126126
-e ':.*\<freebsd\>' \
127+
-e ':.*\<iova\>' \
127128
-e ':.*\<linux\>' \
128129
-e ':.*\<lro\>' \
129130
-e ':.*\<lsc\>' \
@@ -135,6 +136,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
135136
-e ':.*\<pci\>' \
136137
-e ':.*\<pmd\>' \
137138
-e ':.*\<rss\>' \
139+
-e ':.*\<sctp\>' \
138140
-e ':.*\<tso\>' \
139141
-e ':.*\<[Vv]lan\>' \
140142
-e ':.*\<vsi\>' \

0 commit comments

Comments
 (0)