[dpdk-dev] [PATCH] scripts: ignore bit macro in checkpatch

2016-05-24 Thread Thomas Monjalon
2016-04-19 15:16, Thomas Monjalon: > It was suggesting to use a Linux macro: > CHECK:BIT_MACRO: Prefer using the BIT macro > > It is ignored because it is a false positive in DPDK case. > > Signed-off-by: Thomas Monjalon Applied By the way, maybe that someone would like to implement RTE_BIT?

[dpdk-dev] [PATCH] scripts: ignore bit macro in checkpatch

2016-04-19 Thread Thomas Monjalon
It was suggesting to use a Linux macro: CHECK:BIT_MACRO: Prefer using the BIT macro It is ignored because it is a false positive in DPDK case. Signed-off-by: Thomas Monjalon --- scripts/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatches.sh b

[dpdk-dev] [PATCH] scripts: ignore bit macro in checkpatch

2016-04-19 Thread Thomas Monjalon
It was suggesting to use a Linux macro: CHECK:BIT_MACRO: Prefer using the BIT macro It is ignored because it is a false positive in DPDK case. Signed-off-by: Thomas Monjalon --- scripts/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatches.sh b