Skip to content

Commit

Permalink
devtools: add git log checks for DCB, TOS and TTL
Browse files Browse the repository at this point in the history
Add case check to DCB, TOS and TTL abbreviations.

Signed-off-by: Ferruh Yigit <[email protected]>
  • Loading branch information
Ferruh Yigit authored and tmonjalo committed Feb 24, 2019
1 parent 8fdac86 commit 9c3650a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devtools/check-git-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
-e ':.*\<crc\>' \
-e ':.*\<dcb\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
-e ':.*\<freebsd\>' \
Expand All @@ -113,7 +114,9 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<sctp\>' \
-e ':.*\<tos\>' \
-e ':.*\<tso\>' \
-e ':.*\<ttl\>' \
-e ':.*\<udp\>' \
-e ':.*\<[Vv]lan\>' \
-e ':.*\<vdpa\>' \
Expand Down

0 comments on commit 9c3650a

Please sign in to comment.