checkpatch: ignore PREFER_KERNEL_TYPES

u16 and other types are linux specific

Change-Id: I5df86fb511343ac0db18fd9b919f37a5cada6ef1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-15 08:00:20 -04:00
parent 9104031a96
commit 0066da7b65
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@
--ignore FILE_PATH_CHANGES
--ignore VOLATILE
--ignore CONFIG_EXPERIMENTAL
--ignore PREFER_KERNEL_TYPES