scripts: ignore const struct checks
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Nov 2016 15:27:38 +0000 (16:27 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 5 Nov 2016 14:47:42 +0000 (15:47 +0100)
commit47ecf3a566f44b1fdd5b5c03e8ded3c184af864a
treebc48fa276b9e3ccd7167d45d0b7ddb6f2919038c
parentd10f08472eede7bf3955db02446a1cf7150196d5
scripts: ignore const struct checks

checkpatch raise some false positives when run outside of the kernel tree.

The script checkpatch.pl from the kernel checks a list
of structs known to be const.
It is obviously not relevant as DPDK has not such list.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/checkpatches.sh