summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-11-11 16:30:24 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-11-11 22:12:22 +0000
commitdd6f9ca9de1bf20844835fa549cedb06a08369a7 (patch)
tree20a9e10fb66f2415f0bfed4f61ff7e0fb7636734
parent726af91d3ab8bf5c13f3296d4eab8a4dd752fb91 (diff)
checkpatch: ignore CONST_STRUCT warnings
Ignore for now and until we make this feature of checkpatch work with zephyr in a more optimal way. Change-Id: I9d08980994416a291f3143e3a22f8a2036ff2f8a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index f9efc3da7..3dee8dcde 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -16,6 +16,7 @@
--ignore NETWORKING_BLOCK_COMMENT_STYLE
--ignore DATE_TIME
--ignore MINMAX
+--ignore CONST_STRUCT
--ignore FILE_PATH_CHANGES
--exclude ext
--exclude net/ip/contiki