[dpdk-dev] [PATCH] scripts: ignore const struct checks

2016-11-06 Thread Thomas Monjalon
2016-11-05 16:42, Thomas Monjalon: > 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

[dpdk-dev] [PATCH] scripts: ignore const struct checks

2016-11-05 Thread Thomas Monjalon
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 --- scripts/checkpatches.sh | 3 ++- 1 file chan