ODP does not have a BIT MACRO, ignore warnings such as
CHECK: Prefer using the BIT macro
platform/linux-generic/include/odp_packet_io_ring_internal.h:158:
+#define _RING_F_SP_ENQ (1 << 0)

Signed-off-by: Mike Holmes <[email protected]>
---
 .checkpatch.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.checkpatch.conf b/.checkpatch.conf
index 69af101..e98982e 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -4,5 +4,6 @@
 --ignore=NEW_TYPEDEFS
 --ignore=DEPRECATED_VARIABLE
 --ignore=COMPARISON_TO_NULL
+--ignore=BIT_MACRO
 --codespell
 --codespellfile=/usr/share/codespell/dictionary.txt
-- 
2.5.0

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to