checkpatch: update checkpatch to warn about C99 type usage
Only in rare cases should we allow C99 types, so lets warn about it to catch issues. Change-Id: I2bacdd4ba98f88482e0b7acc0567ff1139e749bf Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
cc334c7273
commit
a48e8790d3
2 changed files with 6 additions and 11 deletions
|
@ -11,7 +11,6 @@
|
|||
--ignore SPLIT_STRING
|
||||
--ignore VOLATILE
|
||||
--ignore CONFIG_EXPERIMENTAL
|
||||
--ignore PREFER_KERNEL_TYPES
|
||||
--ignore AVOID_EXTERNS
|
||||
--ignore NETWORKING_BLOCK_COMMENT_STYLE
|
||||
--ignore DATE_TIME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue