summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-10-15 08:00:20 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:29 -0500
commit0066da7b654cb2c64623e03f3415bfa7148015a3 (patch)
tree744fee64f57f79d16cce7d42a1c0365dc6ae5f4f /.checkpatch.conf
parent9104031a96784066a0572775977c4da84f27bd05 (diff)
checkpatch: ignore PREFER_KERNEL_TYPES
u16 and other types are linux specific Change-Id: I5df86fb511343ac0db18fd9b919f37a5cada6ef1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
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 e3af0598f..ed3da2efc 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -12,3 +12,4 @@
--ignore FILE_PATH_CHANGES
--ignore VOLATILE
--ignore CONFIG_EXPERIMENTAL
+--ignore PREFER_KERNEL_TYPES