aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-12-18 12:02:51 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-22 09:10:53 +0300
commit77923ad368a0e98d93b0b474ed4dfb1c88db2c8c (patch)
tree53779f849b92af2cf5def59576957a68122f2d84 /.checkpatch.conf
parent68cac553dc39316bf4678f95758b65a1f5f056e0 (diff)
checkpatch: ignore BIT_MACRO warnings
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 <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 69af10135..e98982ef5 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