devtools: allow ENOSYS in checkpatch
authorThomas Monjalon <thomas@monjalon.net>
Mon, 8 Jun 2020 13:28:50 +0000 (15:28 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 3 Jul 2020 08:40:18 +0000 (10:40 +0200)
commit5a3f804159bafdaa218daf4c08d1ed2d88781e17
tree52c65bcff2007d97e8df76c49a09dba031ece436
parent0b8086ce3fe7f9eea67c476129e78c04ae2b1679
devtools: allow ENOSYS in checkpatch

The Linux checkpatch default is warning on the use of ENOSYS.
This is allowed in DPDK API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/checkpatches.sh