Skip to content

Commit d6acdf4

Browse files
committed
utilities: Add new words to checkpatch_dict.txt.
Add recently introduced OVS terms to checkpatch_dict.txt to prevent false positives during patch validation. Acked-by: Mike Pattrick <mkp@redhat.com> Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
1 parent 20c7ca7 commit d6acdf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utilities/checkpatch_dict.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ appveyor
1111
arg
1212
arp
1313
asan
14+
atexit
1415
attr
1516
backport
1617
backtrace
@@ -153,6 +154,7 @@ megabytes
153154
megaflow
154155
megaflows
155156
memcmp
157+
memcpy
156158
mempool
157159
mempools
158160
memset
@@ -186,15 +188,18 @@ nsec
186188
num
187189
numa
188190
odp
191+
odputil
189192
ofctl
190193
ofpbuf
191194
ofpbufs
192195
ofport
193196
ofproto
197+
onwards
194198
openflow
195199
openssl
196200
openvswitch
197201
opts
202+
oversized
198203
ovs
199204
ovs-ctl
200205
ovsdb
@@ -210,6 +215,7 @@ pkts
210215
pmd
211216
pmds
212217
policer
218+
pos
213219
ppid
214220
pps
215221
pre
@@ -218,6 +224,7 @@ promisc
218224
qdisc
219225
qos
220226
qsort
227+
rconn
221228
rculist
222229
rebalance
223230
rebased
@@ -290,6 +297,7 @@ unassociated
290297
unclosed
291298
unicast
292299
unixctl
300+
untrusted
293301
upcall
294302
upcalls
295303
us

0 commit comments

Comments
 (0)