From 0066da7b654cb2c64623e03f3415bfa7148015a3 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 15 Oct 2015 08:00:20 -0400 Subject: [PATCH] checkpatch: ignore PREFER_KERNEL_TYPES u16 and other types are linux specific Change-Id: I5df86fb511343ac0db18fd9b919f37a5cada6ef1 Signed-off-by: Anas Nashif --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index e3af0598f79..ed3da2efc96 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -12,3 +12,4 @@ --ignore FILE_PATH_CHANGES --ignore VOLATILE --ignore CONFIG_EXPERIMENTAL +--ignore PREFER_KERNEL_TYPES